summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlbehavior.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/qmlbehavior.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/qmlbehavior.cpp')
-rw-r--r--src/declarative/util/qmlbehavior.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlbehavior.cpp b/src/declarative/util/qmlbehavior.cpp
index b9c77f5..e8feeaa 100644
--- a/src/declarative/util/qmlbehavior.cpp
+++ b/src/declarative/util/qmlbehavior.cpp
@@ -119,7 +119,7 @@ void QmlBehavior::setAnimation(QmlAbstractAnimation *animation)
{
Q_D(QmlBehavior);
if (d->animation) {
- qmlInfo(this) << tr("Can't change the animation assigned to a Behavior.");
+ qmlInfo(this) << tr("Cannot change the animation assigned to a Behavior.");
return;
}