mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Shift selected times</string>
|
<string>Shift selected image times</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset>
|
<iconset>
|
||||||
|
|
@ -102,14 +102,14 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="backwards">
|
<widget class="QRadioButton" name="backwards">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>earlier</string>
|
<string>Earlier</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="forward">
|
<widget class="QRadioButton" name="forward">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>later</string>
|
<string>Later</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue