diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-28 21:01:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-28 21:01:51 +0000 |
commit | 7866f392fed3e2b57998701dbdae5275e7c80d80 (patch) | |
tree | 0177ee63a51df5688d7a62e23bdff7004132c2cd /Source/TableDocument.m | |
parent | de80153c8903211c7112d2fd86eb4b9f38d0ea73 (diff) | |
download | sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.tar.gz sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.tar.bz2 sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.zip |
Update Localizable.strings by running genstrings and remove use of multiple comments for a single string.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 9549d3f0..ece7d376 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -1026,7 +1026,7 @@ NSMenuItem *menuItem = [[[[NSApp mainMenu] itemWithTitle:@"View"] submenu] itemAtIndex:5]; // Only update the menu item title if its the menu item and not the toolbar - [menuItem setTitle:(!isConsoleVisible) ? NSLocalizedString(@"Hide Console", @"Hide Console") : NSLocalizedString(@"Show Console", @"Show Console")]; + [menuItem setTitle:(!isConsoleVisible) ? NSLocalizedString(@"Hide Console", @"Hide Console") : NSLocalizedString(@"Show Console", @"show console")]; } /** @@ -2524,7 +2524,7 @@ [toolbarItem setView:historyControl]; } else if ([itemIdentifier isEqualToString:@"ShowConsoleIdentifier"]) { - [toolbarItem setPaletteLabel:NSLocalizedString(@"Show Console", @"toolbar item for show console")]; + [toolbarItem setPaletteLabel:NSLocalizedString(@"Show Console", @"show console")]; [toolbarItem setToolTip:NSLocalizedString(@"Show the console which shows all MySQL commands performed by Sequel Pro", @"tooltip for toolbar item for show console")]; [toolbarItem setLabel:NSLocalizedString(@"Console", @"Console")]; |