Add comment for "below floor" event

This one is a tough one for translators.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-29 11:20:49 -08:00
parent 82ac264815
commit 6a579dc9c0
2 changed files with 2 additions and 1 deletions

View file

@ -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