actually rename that setting

This commit is contained in:
Nadia Holmquist Pedersen
2023-06-24 16:34:23 +02:00
parent 74b166cba3
commit 4b32fb802c
9 changed files with 26 additions and 26 deletions

View File

@ -86,14 +86,14 @@
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Bitrate:</string>
<string>Bit depth:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbBitrate">
<widget class="QComboBox" name="cbBitDepth">
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The bitrate of audio playback. If set to &quot;Automatic&quot; this will be 10-bit for DS mode and 16-bit for DSi mode.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The bit depth of audio playback. If set to &quot;Automatic&quot; this will be 10-bit for DS mode and 16-bit for DSi mode.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@ -190,7 +190,7 @@
</customwidgets>
<tabstops>
<tabstop>cbInterpolation</tabstop>
<tabstop>cbBitrate</tabstop>
<tabstop>cbBitDepth</tabstop>
<tabstop>slVolume</tabstop>
<tabstop>chkSyncDSiVolume</tabstop>
<tabstop>rbMicNone</tabstop>