aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesPreferencePane.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-11-11 21:55:18 +0000
committerstuconnolly <stuart02@gmail.com>2010-11-11 21:55:18 +0000
commit18167b0fa0d58aaf12490c34a663fa661be8ec3e (patch)
tree57028df964c524dbd442d273091f5996770b10d1 /Source/SPFavoritesPreferencePane.m
parente7afbbbfa7e36146acae973d14a51faf9fbcf5ec (diff)
downloadsequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.tar.gz
sequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.tar.bz2
sequelpro-18167b0fa0d58aaf12490c34a663fa661be8ec3e.zip
Make sure the root favorite has a name key and value. Also, update string files.
Diffstat (limited to 'Source/SPFavoritesPreferencePane.m')
-rw-r--r--Source/SPFavoritesPreferencePane.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFavoritesPreferencePane.m b/Source/SPFavoritesPreferencePane.m
index 7833d923..6b328d47 100644
--- a/Source/SPFavoritesPreferencePane.m
+++ b/Source/SPFavoritesPreferencePane.m
@@ -743,7 +743,7 @@
- (NSString *)preferencePaneName
{
- return NSLocalizedString(@"Favorites", @"favorites preference pane name");
+ return NSLocalizedString(@"Favorites", @"favorites label");
}
- (NSString *)preferencePaneIdentifier