aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-02-20 07:45:04 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-21 07:03:10 -0800
commitf007f0329b778000ded6973fa53558ae7e0232b9 (patch)
treeac0ac342c1109d2fee30693fa3213f51c88eab62 /mobile-widgets/qml
parentf5a1a3e00a847976d16bc901fc833a39cc01e1fc (diff)
downloadsubsurface-f007f0329b778000ded6973fa53558ae7e0232b9.tar.gz
Remove space before colon.
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 85f043d47..d75db6737 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -35,7 +35,7 @@ Kirigami.Page {
RowLayout {
anchors.top:parent.top
Layout.fillWidth: true
- Text { text: qsTr(" Vendor name : ") }
+ Text { text: qsTr(" Vendor name: ") }
ComboBox { Layout.fillWidth: true }
}
RowLayout {