summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpropertychanges.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-02-15 13:55:59 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-02-15 13:55:59 (GMT)
commit12180c397a2007970978033928b4b5b12efad7c6 (patch)
tree839c8c18a595914e92dee49f3db9a5f510863e3e /src/declarative/util/qmlpropertychanges.cpp
parent6944a72cd26a5e3611ebd305ec665bc4c0fcee12 (diff)
downloadQt-12180c397a2007970978033928b4b5b12efad7c6.zip
Qt-12180c397a2007970978033928b4b5b12efad7c6.tar.gz
Qt-12180c397a2007970978033928b4b5b12efad7c6.tar.bz2
Prepare translations of the declarative module.
Add to translations profile. move stuff out of QObject-context, correct spelling and contractions, correct usage of tr().
Diffstat (limited to 'src/declarative/util/qmlpropertychanges.cpp')
-rw-r--r--src/declarative/util/qmlpropertychanges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlpropertychanges.cpp b/src/declarative/util/qmlpropertychanges.cpp
index 68fc5cc..f1f39da 100644
--- a/src/declarative/util/qmlpropertychanges.cpp
+++ b/src/declarative/util/qmlpropertychanges.cpp
@@ -357,7 +357,7 @@ QmlPropertyChangesPrivate::property(const QByteArray &property)
Q_Q(QmlPropertyChanges);
QmlMetaProperty prop = QmlMetaProperty::createProperty(object, QString::fromUtf8(property));
if (!prop.isValid()) {
- qmlInfo(q) << QmlPropertyChanges::tr("Cannot assign to non-existant property \"%1\"").arg(QString::fromUtf8(property));
+ qmlInfo(q) << QmlPropertyChanges::tr("Cannot assign to non-existent property \"%1\"").arg(QString::fromUtf8(property));
return QmlMetaProperty();
} else if (!(prop.type() & QmlMetaProperty::SignalProperty) && !prop.isWritable()) {
qmlInfo(q) << QmlPropertyChanges::tr("Cannot assign to read-only property \"%1\"").arg(QString::fromUtf8(property));