Translation changes

pull/93/head
Andrew 3 years ago
parent e37a0d4b4b
commit c580d6c42d

@ -67,7 +67,7 @@
<select id="select">
<option value="best" id="bestVideoOption">Best</option>
<option value="worst" id="worstVideoOption">worst</option>
<option value="useConfig">Use config file</option>
<option value="useConfig" id="useConfigTxt">Use config file</option>
<option value="144">144p</option>
<option value="240">240p</option>
<option value="360">360p</option>

@ -489,3 +489,4 @@ getId("playlistIndex").placeholder = i18n.__("Start");
getId("playlistEnd").placeholder = i18n.__("End");
getId("downloadThumbnails").textContent = i18n.__("Download thumbnails");
getId("saveLinks").textContent = i18n.__("Save video links to a file");
getId("useConfigTxt").textContent = i18n.__("Use config file");

Loading…
Cancel
Save