Improve wording in a few places of the UI

This commit is contained in:
Martchus 2023-05-07 22:18:31 +02:00
parent a6231b8442
commit a941ec42c1
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Auto correction/completion will be applied when showing the selected tag fields after &lt;span style=&quot; font-style:italic;&quot;&gt;loading&lt;/span&gt; a file but &lt;span style=&quot; font-style:italic;&quot;&gt;not&lt;/span&gt; before saving. So the tag values you see when opening a file are already corrected. However, when clicking the save button the tags are stored as they are with no further correction applied.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Auto correction/completion will be applied when showing the selected tag fields after &lt;span style=&quot; font-style:italic;&quot;&gt;loading&lt;/span&gt; a file but &lt;span style=&quot; font-style:italic;&quot;&gt;not&lt;/span&gt; before saving. This means the tag values you see when opening a file are already corrected. This also means when clicking the &amp;quot;Save&amp;quot; button the tags are saved as they are shown in the editor at this point with no further correction applied.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -102,7 +102,7 @@
<string notr="true">font-weight: bold;</string>
</property>
<property name="text">
<string>Fields</string>
<string>Fields to apply the auto correction on</string>
</property>
</widget>
</item>

View File

@ -3,7 +3,7 @@
<class>QtGui::EditorDbQueryOptionsPage</class>
<widget class="QWidget" name="QtGui::EditorDbQueryOptionsPage">
<property name="windowTitle">
<string>MusicBrainz</string>
<string>Metadata search</string>
</property>
<property name="styleSheet">
<string notr="true">QGroupBox { font-weight: bold };</string>

View File

@ -106,7 +106,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>If enabled, appropriate tags will be created and removed according to the settings automatically when opening a file. Otherwise you have to do this manually (eg. adding an ID3 tag if none is present yet) and settings like ID3 usage have no effect.</string>
<string>If enabled, appropriate tags will be created and removed according to the settings automatically when opening a file. Otherwise you have to do this manually (e.g. adding an ID3 tag if none is present yet) and the settings for ID3 usage and targets have no effect.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -157,7 +157,7 @@
<resources/>
<connections/>
<buttongroups>
<buttongroup name="unsupportedButtonGroup"/>
<buttongroup name="preferredTextEncodingButtonGroup"/>
<buttongroup name="unsupportedButtonGroup"/>
</buttongroups>
</ui>