diff options
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 |