diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-19 20:33:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-19 20:33:54 -0700 |
commit | 56d701dfff72bb4e59f23432c5b7d9c356132412 (patch) | |
tree | 6550cb8ef679944f40fd3f93f1f0046ac11523e0 /qt-ui/printoptions.ui | |
parent | 56b82e0ecf58dd1f2b7585425dbdebbbbe5668a4 (diff) | |
parent | b039e1db8a4d8d745a455dd70b4434acffb5c1c4 (diff) | |
download | subsurface-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.ui | 13 |
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>&Dive list Print</string> + <string>&Dive list print</string> </property> <property name="checked"> <bool>true</bool> @@ -54,7 +54,7 @@ </sizepolicy> </property> <property name="text"> - <string>&Table Print</string> + <string>&Table print</string> </property> </widget> </item> @@ -67,7 +67,7 @@ </sizepolicy> </property> <property name="text"> - <string>&Statistics Print</string> + <string>&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> |