aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaAreaBlank.qml
diff options
context:
space:
mode:
authorZheng Wenlong <wenlong_zheng@nexty-ele.com>2017-12-14 05:08:23 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-12-14 05:08:23 +0000
commite332c64be597445db4dfd475915765845649be49 (patch)
tree9d6717ed34d41623718fe07909e5ee1a47458b62 /homescreen/qml/MediaAreaBlank.qml
parent228a3ff5d012c677a51aa3d5254a3cc0fa23049f (diff)
parent96c3e6d3562556d9877e0ced5bd1ab9197502708 (diff)
Merge "Display blank icon with first letter in new color scheme"
Diffstat (limited to 'homescreen/qml/MediaAreaBlank.qml')
-rw-r--r--homescreen/qml/MediaAreaBlank.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/MediaAreaBlank.qml b/homescreen/qml/MediaAreaBlank.qml
index 182b168..2b888c8 100644
--- a/homescreen/qml/MediaAreaBlank.qml
+++ b/homescreen/qml/MediaAreaBlank.qml
@@ -84,7 +84,7 @@ Image {
font.pixelSize: 36
anchors.horizontalCenter: parent.horizontalCenter
color: "white"
- text: "Master Volume"
+ text: qsTr("Master Volume")
}
RowLayout {