diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-12 00:19:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 00:19:46 -0400 |
commit | 2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0 (patch) | |
tree | a8e5c652a2d87ba9192a2245af2c8895a9022e3b /app/src/main/res/values/strings_pref_feed.xml | |
parent | cfa645abd84a7dc356e2e158145b039303cd919e (diff) | |
download | frost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.tar.gz frost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.tar.bz2 frost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.zip |
Enhancement/link to autoplay (#271)
* Add link to autoplay
* Update changelog
* Update network strings
Diffstat (limited to 'app/src/main/res/values/strings_pref_feed.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index 8d872add..0bd0792b 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -3,6 +3,8 @@ <string name="newsfeed_sort">Newsfeed Order</string> <string name="newsfeed_sort_desc">Defines the order in which the posts are shown</string> + <string name="autoplay_settings">Video Autoplay Settings</string> + <string name="autoplay_settings_desc">Enable/disable video autoplays on data or at all times.\nThese settings are independent of your settings for desktop.</string> <string name="pro_features">Pro Features</string> <string name="suggested_friends">Suggested Friends</string> <string name="suggested_friends_desc">Show "People You May Know" in the feed</string> |