aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-24 17:08:53 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-24 17:08:53 +0100
commitca83165e4173750937ab24e4c20b963d3a09d0dc (patch)
tree180eb26f6277c7fa1a2c756df659bdfce46a0d91 /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
parent7b18b08c864a3898a9daa770f801102ad9fcf524 (diff)
QmlDesigner.propertyEditor: translation
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index fcf2bc79a1..7b6a70b438 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -35,8 +35,8 @@ QFrame {
id: layoutMode;
checkable: true;
checked: false;
- toolTip: "layout and geometry";
- text: "Geometry";
+ toolTip: qsTr("layout and geometry");
+ text: qsTr("Geometry");
onClicked: {
extendedMode.checked = false;
standardMode.checked = false;
@@ -52,7 +52,7 @@ QFrame {
toolTip: "advanced properties";
checkable: true;
checked: false;
- text: "Advanced"
+ text: qsTr("Advanced")
onClicked: {
standardMode.checked = false;
layoutMode.checked = false;