CC-4830: I18N: System -> Streams: "dB" for Replay Gain Modifier is not translated
-fixed
This commit is contained in:
parent
7b4693e5f9
commit
9603e7c2fd
|
@ -85,7 +85,7 @@
|
|||
<span id="rg_modifier_value" style="border: 0; color: #f6931f; font-weight: bold;">
|
||||
<?php echo $this->form->getElement('replayGainModifier')->getValue() ?>
|
||||
</span>
|
||||
dB
|
||||
<?php echo _("dB")?>
|
||||
</dt>
|
||||
<dd id="replayGainModifier-element" class="block-display">
|
||||
<?php echo $this->form->getElement('replayGainModifier') ?>
|
||||
|
|
Loading…
Reference in New Issue