summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativescriptparser.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-02-25 05:50:23 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-02-25 05:50:23 (GMT)
commit410dd39d7294cd0c9e46e01f839c137482d9fc5d (patch)
tree0b80cf8aab30e3adcbee39169ce389ad4177ec45 /src/declarative/qml/qdeclarativescriptparser.cpp
parentd654f87319408e3d9754fa5a8ad376c3eaef4489 (diff)
parentf29a6c8b9fbeb899997c1e4cc2a4be009a231502 (diff)
downloadQt-410dd39d7294cd0c9e46e01f839c137482d9fc5d.zip
Qt-410dd39d7294cd0c9e46e01f839c137482d9fc5d.tar.gz
Qt-410dd39d7294cd0c9e46e01f839c137482d9fc5d.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Conflicts: src/declarative/qml/qdeclarativemetaproperty.cpp
Diffstat (limited to 'src/declarative/qml/qdeclarativescriptparser.cpp')
-rw-r--r--src/declarative/qml/qdeclarativescriptparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativescriptparser.cpp b/src/declarative/qml/qdeclarativescriptparser.cpp
index 9636350..f4c9cdd 100644
--- a/src/declarative/qml/qdeclarativescriptparser.cpp
+++ b/src/declarative/qml/qdeclarativescriptparser.cpp
@@ -771,7 +771,7 @@ bool ProcessAST::visit(AST::UiSourceElement *node)
} else {
QDeclarativeError error;
- error.setDescription(QCoreApplication::translate("QDeclarativeParser","QDeclarativeJS declaration outside Script element"));
+ error.setDescription(QCoreApplication::translate("QDeclarativeParser","JavaScript declaration outside Script element"));
error.setLine(node->firstSourceLocation().startLine);
error.setColumn(node->firstSourceLocation().startColumn);
_parser->_errors << error;