summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 13:47:23 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 13:47:23 -0800
commit9db615a0048661cfc45ba4227b2a7f493d6468e2 (patch)
treeaef54b3404f040a52daa35b05861c7fb47beb604 /qt-mobile
parent6b10c45b2f26c302449967d91fab9f4d1e280d38 (diff)
downloadsubsurface-9db615a0048661cfc45ba4227b2a7f493d6468e2.tar.gz
QML UI: show app name in the top bar as Subsurface mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/TopBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml
index 27fa00604..e573af821 100644
--- a/qt-mobile/qml/TopBar.qml
+++ b/qt-mobile/qml/TopBar.qml
@@ -39,7 +39,7 @@ Rectangle {
height: width
}
MobileComponents.Label {
- text: qsTr("Subsurface")
+ text: qsTr("Subsurface mobile")
height: subsurfaceLogo.height
anchors {
left: subsurfaceLogo.right