Skip to content

Commit

Permalink
extension: Reword SWF takeover option
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Aug 7, 2024
1 parent d723988 commit 8481d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/packages/extension/assets/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"message": "Autoplay Flash content (click to unmute)"
},
"settings_swf_takeover": {
"message": "Redirect SWF links to SWF Player"
"message": "Play SWF files in browser instead of downloading"
},
"settings_log_level": {
"message": "Log level"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/extension/assets/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div class="option checkbox">
<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 id="advanced-options">Advanced Options</div>
<div class="option checkbox">
Expand Down
2 changes: 1 addition & 1 deletion web/packages/extension/assets/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div class="option checkbox">
<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 class="buttons-container">
Expand Down

0 comments on commit 8481d99

Please sign in to comment.