aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-21 10:39:34 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-21 10:39:34 +0000
commitc36387a52cf34318082d5fdbf9c48274f3c764a2 (patch)
treea0059bc8c3709e40812c109a7bcec44650d187fb /Source/SPPreferenceController.m
parente42ca858f56f62768da1118787c0bde0ad92fb93 (diff)
downloadsequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.gz
sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.bz2
sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.zip
Update Localizable.strings and resolve the use of multiple comments for the same string.
Diffstat (limited to 'Source/SPPreferenceController.m')
-rw-r--r--Source/SPPreferenceController.m24
1 files changed, 12 insertions, 12 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m
index d05868b9..f12cd54a 100644
--- a/Source/SPPreferenceController.m
+++ b/Source/SPPreferenceController.m
@@ -142,17 +142,17 @@
nil
] retain];
editorNameForColors = [[NSArray arrayWithObjects:
- NSLocalizedString(@"Text",@"text lable for color table"),
- NSLocalizedString(@"Background",@"background lable for color table"),
- NSLocalizedString(@"Caret",@"caret lable for color table"),
- NSLocalizedString(@"Comment",@"comment lable for color table"),
- NSLocalizedString(@"Keyword",@"keyword lable for color table"),
- NSLocalizedString(@"Numeric",@"numeric lable for color table"),
- NSLocalizedString(@"Quote",@"quote lable for color table"),
- NSLocalizedString(@"Backtick Quote",@"backtick quote lable for color table"),
- NSLocalizedString(@"Variable",@"variable lable for color table"),
- NSLocalizedString(@"Query Background",@"query background lable for color table"),
- NSLocalizedString(@"Selection",@"selection lable for color table"),
+ NSLocalizedString(@"Text",@"text label for color table"),
+ NSLocalizedString(@"Background",@"background label for color table"),
+ NSLocalizedString(@"Caret",@"caret label for color table"),
+ NSLocalizedString(@"Comment",@"comment label"),
+ NSLocalizedString(@"Keyword",@"keyword label for color table"),
+ NSLocalizedString(@"Numeric",@"numeric label for color table"),
+ NSLocalizedString(@"Quote",@"quote label for color table"),
+ NSLocalizedString(@"Backtick Quote",@"backtick quote label for color table"),
+ NSLocalizedString(@"Variable",@"variable label for color table"),
+ NSLocalizedString(@"Query Background",@"query background label for color table"),
+ NSLocalizedString(@"Selection",@"selection label for color table"),
nil
] retain];
@@ -1651,7 +1651,7 @@
[themeSelectionMenu removeAllItems];
[themeSelectionMenu setAutoenablesItems:YES];
[themeSelectionMenu setShowsStateColumn:YES];
- [themeSelectionMenu addItemWithTitle:NSLocalizedString(@"Default", @"default color scheme label") action:@selector(setDefaultColors:) keyEquivalent:@""];
+ [themeSelectionMenu addItemWithTitle:NSLocalizedString(@"Default", @"default label") action:@selector(setDefaultColors:) keyEquivalent:@""];
[themeSelectionMenu addItem:[NSMenuItem separatorItem]];
NSArray *foundThemes = [self getAvailableThemes];