diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 00:06:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 16:29:24 -0700 |
commit | e418f7d871ae097d36c2c3ab3e2740643ab7b4e2 (patch) | |
tree | 625da6f739bd69028d2bf6a4f9c0fda31514de0a | |
parent | 7680863c0e267a25c0705fc77a41d58b7530db40 (diff) | |
download | subsurface-e418f7d871ae097d36c2c3ab3e2740643ab7b4e2.tar.gz |
downloadfromdivecomputer capitalisation consitency
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/downloadfromdivecomputer.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index 333ce783c..e99782ee8 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Download From Dive Computer</string> + <string>Download from dive computer</string> </property> <property name="windowIcon"> <iconset> @@ -22,7 +22,7 @@ <item row="2" column="0" colspan="3"> <widget class="QLabel" name="label_3"> <property name="text"> - <string>Device or Mount Point</string> + <string>Device or mount point</string> </property> </widget> </item> @@ -43,7 +43,7 @@ <item row="0" column="1" colspan="2"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>Dive Computer</string> + <string>Dive computer</string> </property> </widget> </item> |