aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-08-05 15:20:48 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2020-08-05 15:14:08 +0000
commita6fd2860aed517c53f71a9ad8198c43950679761 (patch)
treefca11d6bb37a320c771c49c1c9377d404eef931a /apps
parent5a197ab4fa85ca5368d894e9db0acd1e9d44cc5e (diff)
[qsr] remove translations from qsr panel
Fixes: AUTOSUITE-1603 Change-Id: I7b5835a0d52af53b5bd49ff1c032732fbe3e3088 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/com.theqtcompany.cluster/panels/SafeTelltalesPanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/com.theqtcompany.cluster/panels/SafeTelltalesPanel.qml b/apps/com.theqtcompany.cluster/panels/SafeTelltalesPanel.qml
index 8772fae3..49070570 100644
--- a/apps/com.theqtcompany.cluster/panels/SafeTelltalesPanel.qml
+++ b/apps/com.theqtcompany.cluster/panels/SafeTelltalesPanel.qml
@@ -84,7 +84,7 @@ Item {
id: safeErrorText
width: 800
height: 100
- text: qsTr("Error occurred. Recovering...")
+ text: "Error occurred. Recovering..."
color: "white"
runtimeEditable: true
font.bold: true
@@ -106,7 +106,7 @@ Item {
objectName: "speedTextLabel"
width: 140
height: 45
- text: qsTr("Speed")
+ text: "Speed"
color: "white"
font.bold: true
font.pixelSize: 40
@@ -226,7 +226,7 @@ Item {
objectName: "powerTextLabel"
width: 140
height: 45
- text: qsTr("Power")
+ text: "Power"
color: "white"
font.bold: true
font.pixelSize: 40