summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-19 20:33:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-19 20:33:54 -0700
commit56d701dfff72bb4e59f23432c5b7d9c356132412 (patch)
tree6550cb8ef679944f40fd3f93f1f0046ac11523e0 /qt-ui/printoptions.ui
parent56b82e0ecf58dd1f2b7585425dbdebbbbe5668a4 (diff)
parentb039e1db8a4d8d745a455dd70b4434acffb5c1c4 (diff)
downloadsubsurface-56d701dfff72bb4e59f23432c5b7d9c356132412.tar.gz
Merge branch 'custom-print' of https://github.com/neolit123/subsurface
Diffstat (limited to 'qt-ui/printoptions.ui')
-rw-r--r--qt-ui/printoptions.ui13
1 files changed, 9 insertions, 4 deletions
diff --git a/qt-ui/printoptions.ui b/qt-ui/printoptions.ui
index 8ec1718af..632b9cdaf 100644
--- a/qt-ui/printoptions.ui
+++ b/qt-ui/printoptions.ui
@@ -38,7 +38,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>&amp;Dive list Print</string>
+ <string>&amp;Dive list print</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -54,7 +54,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>&amp;Table Print</string>
+ <string>&amp;Table print</string>
</property>
</widget>
</item>
@@ -67,7 +67,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>&amp;Statistics Print</string>
+ <string>&amp;Statistics print</string>
</property>
</widget>
</item>
@@ -132,7 +132,12 @@
<widget class="QComboBox" name="printTemplate">
<item>
<property name="text">
- <string>2 Dives per page</string>
+ <string>One dive per page</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Two dives per page</string>
</property>
</item>
</widget>