aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-07-18 00:12:58 +0000
committerrowanbeentje <rowan@beent.je>2010-07-18 00:12:58 +0000
commitad7cf0d9a34f5392193b55aab9121153391578d4 (patch)
tree0c669d0ae9aefa2b0097b9779eda9aacce905e1c /Source/SPQueryFavoriteManager.m
parent8a5c8b954e00302cf5de32edcaf12c0b7b3eed82 (diff)
downloadsequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.tar.gz
sequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.tar.bz2
sequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.zip
- Expose a number of help menu items and help buttons to use localisable strings
- Tweak MySQL help search to include a localisable language code for results in requested languages This addresses Issue #743
Diffstat (limited to 'Source/SPQueryFavoriteManager.m')
-rw-r--r--Source/SPQueryFavoriteManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPQueryFavoriteManager.m b/Source/SPQueryFavoriteManager.m
index 875be7ca..bab73f55 100644
--- a/Source/SPQueryFavoriteManager.m
+++ b/Source/SPQueryFavoriteManager.m
@@ -394,7 +394,7 @@
- (IBAction)showHelp:(id)sender
{
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/docs/Query_Favorites"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:NSLocalizedString(@"http://www.sequelpro.com/docs/Query_Favorites", @"Localized help page for query favourites - do not localize if no translated webpage is available")]];
}
#pragma mark -