For #8017: remove redundant string per localization team (#9068)

Based on conversation in https://github.com/mozilla-mobile/fenix/pull/8953#issuecomment-594332067
fennec/beta
Severin Rudie 4 years ago committed by GitHub
parent feb6215fae
commit 8663c479dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 -->

Loading…
Cancel
Save