aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/cover
diff options
context:
space:
mode:
authorMarvin Borner2019-01-06 20:14:33 +0100
committerMarvin Borner2019-01-06 20:14:33 +0100
commit9d8b14f91e17c8fe10791e1fb0f45669eec3dcef (patch)
tree0ac52df7adce82112ddbb56276e04ef586f47798 /qml/cover
parent15d852bcf57c490eff232bbc8d60d6728bd54658 (diff)
Improved timer and translations
Diffstat (limited to 'qml/cover')
-rw-r--r--qml/cover/CoverPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml
index fc562d5..cf58ea4 100644
--- a/qml/cover/CoverPage.qml
+++ b/qml/cover/CoverPage.qml
@@ -5,7 +5,7 @@ CoverBackground {
Label {
id: label
anchors.centerIn: parent
- text: qsTr("My Cover")
+ text: qsTr("Binary Fun")
}
CoverActionList {