diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 00:06:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 16:24:55 -0700 |
commit | d2d6b7937e42d4ba340ccf78aab56357706d2ef5 (patch) | |
tree | 1c96c94abe979bacec4cfe3a92492e0e32f61ab7 /qt-ui/usersurvey.ui | |
parent | a99349814c20b68c7356f414da0a5d6edadd304a (diff) | |
download | subsurface-d2d6b7937e42d4ba340ccf78aab56357706d2ef5.tar.gz |
Implements consistent capitalisation and minor tweaks to survey text
Makes capitalisation consistent
Replaces Tech diver with Technical diver
Adds title to survey dialog (was "dialog")
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/usersurvey.ui')
-rw-r--r-- | qt-ui/usersurvey.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/usersurvey.ui b/qt-ui/usersurvey.ui index 386dee504..8a34dc41f 100644 --- a/qt-ui/usersurvey.ui +++ b/qt-ui/usersurvey.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>User Survey</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> @@ -44,7 +44,7 @@ </font> </property> <property name="text"> - <string>Subsurface User Survey</string> + <string>Subsurface user survey</string> </property> </widget> <widget class="QLabel" name="label_2"> @@ -76,7 +76,7 @@ </rect> </property> <property name="text"> - <string>Recreational DIver</string> + <string>Recreational diver</string> </property> </widget> <widget class="QCheckBox" name="tech"> @@ -89,7 +89,7 @@ </rect> </property> <property name="text"> - <string>Tech Diver</string> + <string>Technical diver</string> </property> </widget> <widget class="QCheckBox" name="planning"> |