extension: Reword SWF takeover option

This commit is contained in:
Daniel Jacobs 2024-06-30 10:52:07 -04:00
parent d723988237
commit 8481d9925f
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"message": "Autoplay Flash content (click to unmute)" "message": "Autoplay Flash content (click to unmute)"
}, },
"settings_swf_takeover": { "settings_swf_takeover": {
"message": "Redirect SWF links to SWF Player" "message": "Play SWF files in browser instead of downloading"
}, },
"settings_log_level": { "settings_log_level": {
"message": "Log level" "message": "Log level"

View File

@ -31,7 +31,7 @@
</div> </div>
<div class="option checkbox"> <div class="option checkbox">
<input type="checkbox" id="swf_takeover" /> <input type="checkbox" id="swf_takeover" />
<label for="swf_takeover">Redirect SWF links to SWF Player</label> <label for="swf_takeover">Play SWF files in browser instead of downloading</label>
</div> </div>
<div id="advanced-options">Advanced Options</div> <div id="advanced-options">Advanced Options</div>
<div class="option checkbox"> <div class="option checkbox">

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="option checkbox"> <div class="option checkbox">
<input type="checkbox" id="swf_takeover" /> <input type="checkbox" id="swf_takeover" />
<label for="swf_takeover">Redirect SWF links to SWF Player</label> <label for="swf_takeover">Play SWF files in browser instead of downloading</label>
</div> </div>
</div> </div>
<div class="buttons-container"> <div class="buttons-container">