diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 09:21:32 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 07:05:17 -0700 |
commit | da51b1b3acb87415d0550971853754042a95b20e (patch) | |
tree | 85d09cf7325497025c135a399799b59e6520fba9 | |
parent | 9b6d72e8b468026d7a77e5da34963ded26dad845 (diff) | |
download | subsurface-da51b1b3acb87415d0550971853754042a95b20e.tar.gz |
shiftimes capitalisation consitency and title
Makse capitalisation consistent.
Makes title more specific
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/shifttimes.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/shifttimes.ui b/qt-ui/shifttimes.ui index 8aaa247ce..486b1f43b 100644 --- a/qt-ui/shifttimes.ui +++ b/qt-ui/shifttimes.ui @@ -20,7 +20,7 @@ </sizepolicy> </property> <property name="windowTitle"> - <string>Shift selected times</string> + <string>Shift selected dive times</string> </property> <property name="windowIcon"> <iconset> @@ -133,14 +133,14 @@ <item> <widget class="QRadioButton" name="backwards"> <property name="text"> - <string>earlier</string> + <string>Earlier</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="forward"> <property name="text"> - <string>later</string> + <string>Later</string> </property> <property name="checked"> <bool>true</bool> |