Rev 3366 |
Rev 3368 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 3367 2005-09-22 07:48:29
- Author: cbradney
- Log message:
- #2592: Fix broken string translation.
Please do not use tr(QString("%1").arg()) but tr("%1").arg()
Classes cannot have const static GUI strings as they must have a languageChange() member so please only make them static strings.
Use tr()/trUtf8() calls within functions, QT_TR_NOOP()/QT_TRANSLATE_NOOP() outside of them.
Updated en_GB translation