diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 11:20:49 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 11:27:41 -0800 |
commit | 6a579dc9c0b6f2ff01795cda67cf8e35aa55accf (patch) | |
tree | 0d65c5b7f4a53633a8e5b009fb96bc5324166c5b /gettext.h | |
parent | 82ac264815e57f5720e149ef633685e7fa7fed65 (diff) | |
download | subsurface-6a579dc9c0b6f2ff01795cda67cf8e35aa55accf.tar.gz |
Add comment for "below floor" event
This one is a tough one for translators.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gettext.h')
-rw-r--r-- | gettext.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ extern const char *trGettext(const char *); #define translate(_context, arg) trGettext(arg) #define QT_TRANSLATE_NOOP(_context, arg) arg +#define QT_TRANSLATE_NOOP3(_context, arg, _comment) arg #endif // MYGETTEXT_H |