summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-01 09:34:32 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-01 09:34:32 -0800
commitfd23a4891c196c73423d68f6743aa1e5dde72a28 (patch)
treeed9e88b7d3d3be966ec224151fa17deb0a5c9a76 /qt-mobile/qml/main.qml
parent37c74b5c2feecc02010ac981d5d5e4f65d18a6ce (diff)
downloadsubsurface-fd23a4891c196c73423d68f6743aa1e5dde72a28.tar.gz
QML UI: consistency in naming
Let's try to call it Subsurface-mobile everywhere. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 8f8880229..000964acc 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -10,7 +10,7 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
MobileComponents.ApplicationWindow {
id: rootItem
- title: qsTr("Subsurface mobile")
+ title: qsTr("Subsurface-mobile")
property bool fullscreen: true
FontMetrics {