summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 19:23:10 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-30 19:23:10 +0900
commit614ac09cf6f813356790dee2dac129a458e1dcee (patch)
tree1e1fe97c06e2130ec4562d9df1e0f4df669400a3
parent7d4cfb72fcb5e4c61a143b7f4964020ea2ec58e7 (diff)
change km/h to mph
-rw-r--r--app/Dashboard.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index 8de2ad7..e031d34 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -111,13 +111,13 @@ ApplicationWindow {
id: unit
anchors.left: speed.right
anchors.baseline: speed.baseline
- text: 'Km/h'
+ text: 'mph' //'Km/h'
font.pixelSize: 64
}
Label {
anchors.left: unit.left
anchors.top: unit.bottom
- text: '100,000.5 km'
+ text: '100,000.5 miles'
font.pixelSize: 32
opacity: 0.5
}