add a new name for the region-layering-editor-action that tells us we were started...
[ardour.git] / gtk2_ardour / i18n.h
index d9c2a44541068a85d0d28ab51dbf070e6f3c02ec..d004a729111fd20d9dd6ea9e816c68695bacbc5d 100644 (file)
@@ -31,5 +31,9 @@
 #define N_(Text) gettext_noop (Text)
 #define X_(Text) Text
 #define I18N(Array) PBD::internationalize (PACKAGE, Array)
+/** Use this to translate strings that have different meanings in different places.
+ *  Text should be of the form Context|Message.
+ */
+#define S_(Text) PBD::sgettext (PACKAGE, Text)
 
 #endif // __i18n_h__