Improve consistency of labels within settings

This commit is contained in:
Martchus 2019-12-30 22:45:37 +01:00
parent 865e461032
commit c3275b8bd7
2 changed files with 13 additions and 21 deletions

View File

@ -18,7 +18,7 @@
<item>
<widget class="QCheckBox" name="forceRewriteCheckBox">
<property name="text">
<string>force rewrite when applying changes
<string>Force rewrite when applying changes
• enforces creation of a temporary/backup file
• enforces use of preferred padding
• causes longer saving-times</string>
@ -51,7 +51,7 @@
<item row="0" column="0">
<widget class="QLabel" name="minPaddingLabel">
<property name="text">
<string>minimum padding</string>
<string>Minimum padding</string>
</property>
</widget>
</item>
@ -74,7 +74,7 @@
<item row="1" column="0">
<widget class="QLabel" name="maxPaddingLabel">
<property name="text">
<string>maximum padding</string>
<string>Maximum padding</string>
</property>
</widget>
</item>
@ -103,7 +103,7 @@
<item row="2" column="0">
<widget class="QLabel" name="preferredPaddingLabel">
<property name="text">
<string>preferred padding</string>
<string>Preferred padding</string>
</property>
</widget>
</item>
@ -143,21 +143,21 @@
<item>
<widget class="QRadioButton" name="tagPosBeforeDataRadioButton">
<property name="text">
<string>befo&amp;re (media) data / at the beginning of the file</string>
<string>Befo&amp;re (media) data / at the beginning of the file</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="tagPosAfterDataRadioButton">
<property name="text">
<string>after (&amp;media) data / at the end of the file</string>
<string>After (&amp;media) data / at the end of the file</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="tagPosKeepRadioButton">
<property name="text">
<string>keep &amp;previous position</string>
<string>Keep &amp;previous position</string>
</property>
</widget>
</item>
@ -184,21 +184,21 @@ another position would prevent rewriting the entire file</string>
<item>
<widget class="QRadioButton" name="indexPosBeforeDataRadioButton">
<property name="text">
<string>before (media) data / at the be&amp;ginning of the file</string>
<string>Before (media) data / at the be&amp;ginning of the file</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="indexPosAfterDataRadioButton">
<property name="text">
<string>after (media) data / at the end of the fi&amp;le</string>
<string>After (media) data / at the end of the fi&amp;le</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="indexPosKeepRadioButton">
<property name="text">
<string>keep &amp;previous position</string>
<string>Keep &amp;previous position</string>
</property>
</widget>
</item>

View File

@ -2,14 +2,6 @@
<ui version="4.0">
<class>QtGui::TagProcessingGeneralOptionPage</class>
<widget class="QWidget" name="QtGui::TagProcessingGeneralOptionPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>647</width>
<height>330</height>
</rect>
</property>
<property name="windowTitle">
<string>General</string>
</property>
@ -26,7 +18,7 @@
<item>
<widget class="QRadioButton" name="autoRadioButton">
<property name="text">
<string>&amp;no preference (most appropriate encoding will be used)</string>
<string>&amp;No preference (most appropriate encoding will be used)</string>
</property>
<attribute name="buttonGroup">
<string notr="true">preferredTextEncodingButtonGroup</string>
@ -119,7 +111,7 @@
<item>
<widget class="QCheckBox" name="autoTagManagementCheckBox">
<property name="text">
<string>enable automatic tag management (default)</string>
<string>Enable automatic tag management (default)</string>
</property>
</widget>
</item>
@ -141,7 +133,7 @@
<resources/>
<connections/>
<buttongroups>
<buttongroup name="unsupportedButtonGroup"/>
<buttongroup name="preferredTextEncodingButtonGroup"/>
<buttongroup name="unsupportedButtonGroup"/>
</buttongroups>
</ui>