diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-19 14:44:24 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-19 14:44:24 +0000 |
commit | 988989826fe0624141405808ec6f59067477a496 (patch) | |
tree | b6ecf23d4871d8f20dd92aea6daa41084d3b0dc2 /app/src/main/res/values | |
parent | 5924c921cfb1ed39b6cac5a101a85f7c4d08e1f5 (diff) | |
download | infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.gz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.bz2 infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.lz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.xz infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.zst infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.zip |
New option: Switch to landscape orientation in video player automatically.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d752bffa..276f2746 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -585,6 +585,7 @@ <string name="settings_nsfw_and_spoiler_dangerous_group_title">Dangerous</string> <string name="settings_disable_nsfw_forever_title">Disable NSFW Forever</string> <string name="settings_show_only_one_comment_level_indicator">Show Only One Comment Level Indicator</string> + <string name="settings_video_player_automatic_landscape_orientation">Switch to Landscape Orientation in Video Player Automatically</string> <string name="no_link_available">Cannot get the link</string> |