fix: Missing translatable string

This commit is contained in:
Pierre Rudloff 2018-01-25 00:00:11 +01:00
parent 4972c8ab8e
commit ae1bb4d3f9
2 changed files with 5 additions and 1 deletions

View file

@ -74,6 +74,10 @@ msgstr ""
msgid "Convert into a custom format:"
msgstr ""
#: templates/video.tpl:92
msgid "with"
msgstr ""
#: templates/video.tpl:94
msgid "kbit/s audio"
msgstr ""

View file

@ -89,7 +89,7 @@
<option>{$format}</option>
{/foreach}
</select>
with
{t}with{/t}
<input type="number" value="{$config->audioBitrate}" title="Custom bitrate" class="customBitrate"name="customBitrate" id="customBitrate" />
<label for="customBitrate">{t}kbit/s audio{/t}</label>
<br/><br/>