diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 00:06:43 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 16:26:41 -0700 |
commit | 8e7b7fafdaf7c4f91038c57088e34e0f67362357 (patch) | |
tree | aa71d586af396c5ec6c42b9c412be25e24f15e45 /qt-ui/divelogexportdialog.ui | |
parent | 5c5168cf17fc0162556db661d35e7ef689845d22 (diff) | |
download | subsurface-8e7b7fafdaf7c4f91038c57088e34e0f67362357.tar.gz |
divelogexportdialog capitalisation consistency
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.ui')
-rw-r--r-- | qt-ui/divelogexportdialog.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui index 202a7b4db..e7ba21d4c 100644 --- a/qt-ui/divelogexportdialog.ui +++ b/qt-ui/divelogexportdialog.ui @@ -11,17 +11,17 @@ </rect> </property> <property name="windowTitle"> - <string>Export Dive Log Files</string> + <string>Export dive log files</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="General_tab"> <attribute name="title"> - <string>General Export</string> + <string>General export</string> </attribute> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> @@ -181,13 +181,13 @@ <item> <widget class="QGroupBox" name="GeneralOptions"> <property name="title"> - <string>General Settings</string> + <string>General settings</string> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QCheckBox" name="exportSubsurfaceNumber"> <property name="text"> - <string>Subsurface Numbers</string> + <string>Subsurface numbers</string> </property> </widget> </item> @@ -200,7 +200,7 @@ </size> </property> <property name="text"> - <string>Selected Dives</string> + <string>Selected dives</string> </property> <property name="checked"> <bool>true</bool> @@ -226,7 +226,7 @@ </size> </property> <property name="text"> - <string>All Dives</string> + <string>All dives</string> </property> <attribute name="buttonGroup"> <string notr="true">buttonGroup</string> @@ -236,7 +236,7 @@ <item row="2" column="0"> <widget class="QCheckBox" name="exportListOnly"> <property name="text"> - <string>Export List only</string> + <string>Export list only</string> </property> </widget> </item> @@ -249,7 +249,7 @@ <bool>true</bool> </property> <property name="title"> - <string>Style Options</string> + <string>Style options</string> </property> <property name="checkable"> <bool>true</bool> |