diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 09:21:30 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 07:05:10 -0700 |
commit | 9b6d72e8b468026d7a77e5da34963ded26dad845 (patch) | |
tree | dc4d1e62e835d37f6b4e5d1d576cedd97126f9c0 /qt-ui/shiftimagetimes.ui | |
parent | 62c09bc099222256b2525da74bb7739eba3591ba (diff) | |
download | subsurface-9b6d72e8b468026d7a77e5da34963ded26dad845.tar.gz |
shifimmagetimes 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>
Diffstat (limited to 'qt-ui/shiftimagetimes.ui')
-rw-r--r-- | qt-ui/shiftimagetimes.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/shiftimagetimes.ui b/qt-ui/shiftimagetimes.ui index 0be7a95b1..cce51e888 100644 --- a/qt-ui/shiftimagetimes.ui +++ b/qt-ui/shiftimagetimes.ui @@ -20,7 +20,7 @@ </sizepolicy> </property> <property name="windowTitle"> - <string>Shift selected times</string> + <string>Shift selected image times</string> </property> <property name="windowIcon"> <iconset> @@ -102,14 +102,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> |