diff options
author | dmoagx <post@wickenrode.com> | 2010-12-26 00:59:22 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2010-12-26 00:59:22 +0000 |
commit | f873d9c10f5023be4c14114db009a6467c7dcc92 (patch) | |
tree | a0ee7674a912a116cfbb14bad98a2c8ea54f0dd1 /Source/SPConstants.h | |
parent | e4c9f4057bb950d15e101c3222d95325d3ca67e8 (diff) | |
download | sequelpro-f873d9c10f5023be4c14114db009a6467c7dcc92.tar.gz sequelpro-f873d9c10f5023be4c14114db009a6467c7dcc92.tar.bz2 sequelpro-f873d9c10f5023be4c14114db009a6467c7dcc92.zip |
* Provide more context for Bundle Editor localizable messages (leaves one issue with genstrings, might need to set "-q")
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 33b7b3a5..f95f6286 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -211,6 +211,7 @@ typedef enum #define SPLOCALIZEDURL_KEYBOARDSHORTCUTS NSLocalizedString(@"http://www.sequelpro.com/docs/Keyboard_Shortcuts", @"Localized keyboard shortcuts page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_CONNECTIONHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Getting_Connected", @"Localized connection help page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_TRANSLATIONFEEDBACK NSLocalizedString(@"http://dev.sequelpro.com/translate/feedback", @"Localized translation feedback page - do not localize if no translated webpage is available") +#define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available") // Long running notification time for Growl messages extern const CGFloat SPLongRunningNotificationTime; |