summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-19 21:13:47 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-19 21:13:47 +0700
commitf9a09e8eb6891e3f8f92a2e1c47916617f4f0306 (patch)
tree1aa287578516e0f053394ad5d96de8e2c157cc4e /main.qml
parentf1c5203d2b46c7484884d53e61250b7baabe7a77 (diff)
strip `text` and `images` to be more general
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index b0bb8a9..75f62e2 100644
--- a/main.qml
+++ b/main.qml
@@ -10,7 +10,7 @@ ApplicationWindow {
width: 360
height: 640
title: {
- text: qsTr("kelakon")
+ text: qsTr("Application name")
}