aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-10 10:22:25 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-10 10:22:25 +0000
commite645692c25fbd9a40e9c7ab65f33f7748f77a211 (patch)
tree95bcebed1565f440ba9de84964237a5b5d302ccb /Source/SPAppController.m
parent370e35a72e344c5a2c29ff76cdf1e84b4f475807 (diff)
downloadsequelpro-e645692c25fbd9a40e9c7ab65f33f7748f77a211.tar.gz
sequelpro-e645692c25fbd9a40e9c7ab65f33f7748f77a211.tar.bz2
sequelpro-e645692c25fbd9a40e9c7ab65f33f7748f77a211.zip
• Bundle command support
- renamed menu item - minor code cleaning
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 63011789..aa587aba 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -1364,7 +1364,7 @@
[menu addItem:[NSMenuItem separatorItem]];
[menu setAutoenablesItems:YES];
NSArray *scopes = [NSArray arrayWithObjects:SPBundleScopeInputField, SPBundleScopeDataTable, SPBundleScopeGeneral, nil];
- NSArray *scopeTitles = [NSArray arrayWithObjects:NSLocalizedString(@"Input Fields", @"input fields menu item label"),
+ NSArray *scopeTitles = [NSArray arrayWithObjects:NSLocalizedString(@"Input Field", @"input field menu item label"),
NSLocalizedString(@"Data Table", @"data table menu item label"),
NSLocalizedString(@"General", @"general menu item label"),nil];