@ -123,7 +123,7 @@
<!-- Extraction options start -->
<div id="audioExtract">
<h2 id="extractHeader">Extract Audio from Video</h2>
<h2 id="extractHeader">Extract Audio</h2>
<label class="formatSelect">Select Format </label>
<select id="extractSelection">
<option value="mp3">Mp3</option>
@ -29,5 +29,5 @@ getId("start").textContent = i18n.__("Start")
getId("end").textContent = i18n.__("End")
getId("subHeader").textContent = i18n.__("Subtitles")
getId("subTxt").textContent =i18n.__("Download subtitles if available")
getId("extractHeader").textContent =i18n.__("Extract Audio from Video")
getId("extractHeader").textContent =i18n.__("Extract Audio")
getId("extractBtn").textContent =i18n.__("Extract")
@ -63,6 +63,7 @@
"No":"No",
"Install and restart now?":"Install and restart now?",
"Restart":"Restart",
"Later":"Later"
"Later":"Later",
"Extract Audio":"Extract Audio"
}