diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-01 09:34:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-01 09:34:32 -0800 |
commit | fd23a4891c196c73423d68f6743aa1e5dde72a28 (patch) | |
tree | ed9e88b7d3d3be966ec224151fa17deb0a5c9a76 /qt-mobile/qml/TopBar.qml | |
parent | 37c74b5c2feecc02010ac981d5d5e4f65d18a6ce (diff) | |
download | subsurface-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/TopBar.qml')
-rw-r--r-- | qt-mobile/qml/TopBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml index e573af821..5ebf3b390 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 mobile") + text: qsTr("Subsurface-mobile") height: subsurfaceLogo.height anchors { left: subsurfaceLogo.right |