mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
62c09bc099
commit
9b6d72e8b4
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue