diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-19 11:41:40 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-19 11:41:40 +0200 |
commit | bdcbf308d1b6c64d9a909cf232f4d805350aafdf (patch) | |
tree | 8d11126f975588324ebd643e0183ab443ed75727 /framework/qml/People.qml | |
parent | ae084506b673d4264f5da65e369922bfd29fe50a (diff) | |
download | kube-bdcbf308d1b6c64d9a909cf232f4d805350aafdf.tar.gz kube-bdcbf308d1b6c64d9a909cf232f4d805350aafdf.zip |
qsTr all the strings
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 41cada2a..42c95d78 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -343,7 +343,7 @@ Item { | |||
343 | 343 | ||
344 | Row { | 344 | Row { |
345 | spacing: Kube.Units.smallSpacing | 345 | spacing: Kube.Units.smallSpacing |
346 | Kube.Label { text: "(main)" } | 346 | Kube.Label { text: qsTr("(main)") } |
347 | Kube.Label { text: modelData ; color: Kube.Colors.highlightColor } | 347 | Kube.Label { text: modelData ; color: Kube.Colors.highlightColor } |
348 | Item { width: Kube.Units.smallSpacing; height: 1 } | 348 | Item { width: Kube.Units.smallSpacing; height: 1 } |
349 | } | 349 | } |
@@ -362,7 +362,7 @@ Item { | |||
362 | 362 | ||
363 | Row { | 363 | Row { |
364 | spacing: Kube.Units.smallSpacing | 364 | spacing: Kube.Units.smallSpacing |
365 | Kube.Label { text: "(main)" } | 365 | Kube.Label { text: qsTr("(main)") } |
366 | Kube.Label { text: modelData ; opacity: 0.6 } | 366 | Kube.Label { text: modelData ; opacity: 0.6 } |
367 | Item { width: Kube.Units.smallSpacing; height: 1 } | 367 | Item { width: Kube.Units.smallSpacing; height: 1 } |
368 | } | 368 | } |