Browse Source

Update FLEXManager.m

Fix help screen typo
Iulian Onofrei 10 years ago
parent
commit
30cc65bd9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Classes/ExplorerToolbar/FLEXManager.m

+ 1 - 1
Classes/ExplorerToolbar/FLEXManager.m

@@ -171,7 +171,7 @@
     [self registerSimulatorShortcutWithKey:@"g" modifiers:0 action:^{
         [self showExplorerIfNeeded];
         [self.explorerViewController toggleMenuTool];
-    } description:@"Toggle FLEX globlas menu"];
+    } description:@"Toggle FLEX globals menu"];
     
     [self registerSimulatorShortcutWithKey:@"v" modifiers:0 action:^{
         [self showExplorerIfNeeded];