diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-09-29 07:39:13 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-09-29 07:39:13 (GMT) |
commit | dfceee3410955a85baf7cc2d536874f7a66f660f (patch) | |
tree | b9138aa1ba6a62fdd00d2a9981049243de5c3f2a | |
parent | 888b6a6d32d2c9e6a5cd3ebe4d496c6e1c6ce64d (diff) | |
download | Qt-dfceee3410955a85baf7cc2d536874f7a66f660f.zip Qt-dfceee3410955a85baf7cc2d536874f7a66f660f.tar.gz Qt-dfceee3410955a85baf7cc2d536874f7a66f660f.tar.bz2 |
I18N: Add new module, fix spelling glitch.
-rw-r--r-- | src/corelib/kernel/qsystemsemaphore_symbian.cpp | 2 | ||||
-rw-r--r-- | translations/translations.pri | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsystemsemaphore_symbian.cpp b/src/corelib/kernel/qsystemsemaphore_symbian.cpp index 90f4e70..31fd9e9 100644 --- a/src/corelib/kernel/qsystemsemaphore_symbian.cpp +++ b/src/corelib/kernel/qsystemsemaphore_symbian.cpp @@ -66,7 +66,7 @@ void QSystemSemaphorePrivate::setErrorString(const QString &function, int err) error = QSystemSemaphore::AlreadyExists; break; case KErrNotFound: - errorString = QCoreApplication::tr("%1: doesn't exists", "QSystemSemaphore").arg(function); + errorString = QCoreApplication::tr("%1: does not exist", "QSystemSemaphore").arg(function); error = QSystemSemaphore::NotFound; break; case KErrNoMemory: diff --git a/translations/translations.pri b/translations/translations.pri index 480849f..8ddf01b 100644 --- a/translations/translations.pri +++ b/translations/translations.pri @@ -30,11 +30,13 @@ ts-qt.commands = (cd $$QT_SOURCE_TREE/src && $$LUPDATE \ activeqt \ corelib \ gui \ + multimedia \ network \ opengl \ plugins \ qt3support \ script \ + scripttools \ sql \ svg \ xml \ |