aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/componentsplugin
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2014-12-05 16:39:29 +0100
committerhjk <hjk121@nokiamail.com>2014-12-05 17:19:49 +0100
commit95c13a230e7d291e82210f086bd8d9bc16d796e1 (patch)
treedb067eaddf4d9083dd734ea37615a56a17746290 /src/plugins/qmldesigner/componentsplugin
parent901da05def81d59a2375ffa33ace20d7ed7f1ebc (diff)
Fix strings
Change-Id: I12e52c7e584d26205b98672a65257af5c55dda24 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmldesigner/componentsplugin')
-rw-r--r--src/plugins/qmldesigner/componentsplugin/Controls/TabViewSpecifics.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/Controls/TabViewSpecifics.qml b/src/plugins/qmldesigner/componentsplugin/Controls/TabViewSpecifics.qml
index 367862a0f46..24837856c9f 100644
--- a/src/plugins/qmldesigner/componentsplugin/Controls/TabViewSpecifics.qml
+++ b/src/plugins/qmldesigner/componentsplugin/Controls/TabViewSpecifics.qml
@@ -70,7 +70,7 @@ Column {
Label {
text: qsTr("Tabs visible")
- tooltip: qsTr("Determines the visibility of the the tab bar.")
+ tooltip: qsTr("Determines the visibility of the tab bar.")
}
SecondColumnLayout {