diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-04 07:40:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-04 07:42:08 -0800 |
commit | e02a6b9c423e264bb35ddf0eec46717a9915f404 (patch) | |
tree | 8346f57a52f8ccff1436b6e907955b5581e7115e /qt-ui/usersurvey.ui | |
parent | 371c91f5ea34114e65aaa3cb746e44c8c9edf175 (diff) | |
download | subsurface-e02a6b9c423e264bb35ddf0eec46717a9915f404.tar.gz |
Make text in user survey follow our capitalization conventions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/usersurvey.ui')
-rw-r--r-- | qt-ui/usersurvey.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/qt-ui/usersurvey.ui b/qt-ui/usersurvey.ui index 750b806a6..e7ddb63d2 100644 --- a/qt-ui/usersurvey.ui +++ b/qt-ui/usersurvey.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>User Survey</string> + <string>User survey</string> </property> <widget class="QLabel" name="label"> <property name="geometry"> @@ -28,7 +28,7 @@ </font> </property> <property name="text"> - <string>Subsurface User Survey</string> + <string>Subsurface user survey</string> </property> </widget> <widget class="QLabel" name="label_2"> @@ -60,7 +60,7 @@ </rect> </property> <property name="text"> - <string>Technical Diver</string> + <string>Technical diver</string> </property> </widget> <widget class="QCheckBox" name="recreational"> @@ -73,7 +73,7 @@ </rect> </property> <property name="text"> - <string>Recreational Diver</string> + <string>Recreational diver</string> </property> </widget> <widget class="QCheckBox" name="planning"> @@ -86,7 +86,7 @@ </rect> </property> <property name="text"> - <string>Dive Planner</string> + <string>Dive planner</string> </property> </widget> <widget class="QCheckBox" name="download"> @@ -99,7 +99,7 @@ </rect> </property> <property name="text"> - <string>Supported Dive Computer</string> + <string>Supported dive computer</string> </property> </widget> <widget class="QCheckBox" name="divecomputer"> @@ -138,7 +138,7 @@ </rect> </property> <property name="text"> - <string>Android Companion App</string> + <string>Android companion app</string> </property> </widget> <widget class="QLabel" name="label_3"> @@ -151,7 +151,7 @@ </rect> </property> <property name="text"> - <string>Any Suggestions? (In English)</string> + <string>Any suggestions? (in English)</string> </property> </widget> <widget class="QPlainTextEdit" name="suggestions"> |