aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-29 09:53:29 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-29 09:53:46 +0200
commit14a29e07c034b585aea46a381a8daec971cf5312 (patch)
tree3548f455e3b36942b3fa596211a5c502e6651558 /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
parentd3cb00e75de822aafcb5e0ceba38bda58a7d07fb (diff)
QmlDesigner.propertyEditor: add missing qsTr()
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 32574ec5e2..3c4b95f95e 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -18,7 +18,7 @@ QFrame {
checkable: true;
checked: true;
id: standardMode;
- toolTip: qsTr(""special properties");
+ toolTip: qsTr("special properties");
//iconFromFile: "images/rect-icon.png";
text: backendValues === undefined || backendValues.className === undefined || backendValues.className == "empty" ? "empty" : backendValues.className.value
onClicked: {