Make text in user survey follow our capitalization conventions

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-04 07:40:30 -08:00
parent 371c91f5ea
commit e02a6b9c42

View file

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>User Survey</string> <string>User survey</string>
</property> </property>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="geometry"> <property name="geometry">
@ -28,7 +28,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Subsurface User Survey</string> <string>Subsurface user survey</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
@ -60,7 +60,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Technical Diver</string> <string>Technical diver</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="recreational"> <widget class="QCheckBox" name="recreational">
@ -73,7 +73,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Recreational Diver</string> <string>Recreational diver</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="planning"> <widget class="QCheckBox" name="planning">
@ -86,7 +86,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Dive Planner</string> <string>Dive planner</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="download"> <widget class="QCheckBox" name="download">
@ -99,7 +99,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Supported Dive Computer</string> <string>Supported dive computer</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="divecomputer"> <widget class="QCheckBox" name="divecomputer">
@ -138,7 +138,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Android Companion App</string> <string>Android companion app</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
@ -151,7 +151,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Any Suggestions? (In English)</string> <string>Any suggestions? (in English)</string>
</property> </property>
</widget> </widget>
<widget class="QPlainTextEdit" name="suggestions"> <widget class="QPlainTextEdit" name="suggestions">