diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-04 21:28:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-04 21:28:30 +0000 |
commit | 4b416c4fccb0a68a5469ffc03d8d8761dd6e4af2 (patch) | |
tree | 8ebfc75e6b1cfcd9720e9e1c15aabf6ed768fef7 /Source/SPConstants.m | |
parent | e8e177e02f16369ff8e3cab7dead707ae540eb5c (diff) | |
download | sequelpro-4b416c4fccb0a68a5469ffc03d8d8761dd6e4af2.tar.gz sequelpro-4b416c4fccb0a68a5469ffc03d8d8761dd6e4af2.tar.bz2 sequelpro-4b416c4fccb0a68a5469ffc03d8d8761dd6e4af2.zip |
Update the translation feedback URL to point to the new feedback page. The menuitem should be enabled when we actually start including localisations.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index d98daea7..4ce1a4c5 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -176,7 +176,7 @@ NSString *SPKeyboardShortcutsURL = @"http://www.sequelpro.com/do NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@"; NSString *SPDevURL = @"http://code.google.com/p/sequel-pro/"; NSString *SPGettingConnectedDocURL = @"http://www.sequelpro.com/docs/Getting_Connected"; -NSString *SPTranslationFeedbackURL = @"http://dev.sequelpro.com/translate/"; +NSString *SPTranslationFeedbackURL = @"http://dev.sequelpro.com/translate/feedback"; // Toolbar constants |