aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaAreaBlank.qml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-14 05:31:34 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-14 05:31:34 +0000
commitb11094e01c1fe8000475691591bb8f93376acec4 (patch)
tree4f233b362031df628e6329876bc4ccc8a4caecdd /homescreen/qml/MediaAreaBlank.qml
parent96c3e6d3562556d9877e0ced5bd1ab9197502708 (diff)
Revert "Display blank icon with first letter in new color scheme"
JSM: Reverting as comments were not addressed in c12525 . This reverts commit 96c3e6d3562556d9877e0ced5bd1ab9197502708. Change-Id: Ib254e2c219e033a6b1ec755c32ddeca66dbb02bf Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 f5aa91b..5733392 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: qsTr("Master Volume")
+ text: "Master Volume"
}
RowLayout {