Skip to content

Commit

Permalink
For mozilla-mobile#8017: remove redundant string per localization team
Browse files Browse the repository at this point in the history
Based on conversation in mozilla-mobile#8953 (comment)
  • Loading branch information
severinrudie committed Mar 9, 2020
1 parent ef42bec commit f9230d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,8 @@
<string name="preference_option_autoplay_allowed">Video and audio allowed</string>
<!-- Label that indicates that all video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed2">Allow audio and video</string>
<!-- DEPRECATED: Label that indicates that video and audio autoplay is only allowed over WIFI -->
<string name="preference_option_autoplay_allowed_wifi_only">Allow audio and video on WIFI only</string>
<!-- Label that indicates that video and audio autoplay is only allowed over WIFI -->
<string name="preference_option_autoplay_allowed_wifi_only2">Allow audio and video on Wi-Fi only</string>
<string name="preference_option_autoplay_allowed_wifi_only">Allow audio and video on Wi-Fi only</string>
<!-- Label that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="preference_option_autoplay_block_audio">Block audio</string>
<!-- Label that indicates that all video and audio autoplay is blocked -->
Expand Down

0 comments on commit f9230d9

Please sign in to comment.