summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-09-29 07:39:13 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-09-29 07:39:13 (GMT)
commitdfceee3410955a85baf7cc2d536874f7a66f660f (patch)
treeb9138aa1ba6a62fdd00d2a9981049243de5c3f2a /src/corelib/kernel
parent888b6a6d32d2c9e6a5cd3ebe4d496c6e1c6ce64d (diff)
downloadQt-dfceee3410955a85baf7cc2d536874f7a66f660f.zip
Qt-dfceee3410955a85baf7cc2d536874f7a66f660f.tar.gz
Qt-dfceee3410955a85baf7cc2d536874f7a66f660f.tar.bz2
I18N: Add new module, fix spelling glitch.
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qsystemsemaphore_symbian.cpp2
1 files changed, 1 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: