diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-05-22 15:19:51 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-05-22 15:19:51 +0000 |
commit | e4f25cc8281f1033c2aad49f44c5ad7062d666d2 (patch) | |
tree | 2e2bcfe02037ba4c8d47b17d98d99ccebbe1be9c /app/src/main/res/values | |
parent | 7cac39e14e6d31a7a16a9e9c81d5397469f42b5c (diff) | |
download | infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.gz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.bz2 infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.lz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.xz infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.tar.zst infinity-for-reddit-e4f25cc8281f1033c2aad49f44c5ad7062d666d2.zip |
Version 4.3.1. Restore changes in ViewVideoActivity to fix a bug that video continues playing in the background after exiting. Rename Swipe Vertically to Go Back From Media to Swipe Vertically to Go Back From Image and Gif.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8fe4e5a9..118d8002 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -398,7 +398,7 @@ <string name="settings_swap_tap_and_long_title">Swap Tap and Long Press in Comments</string> <string name="settings_swipe_to_go_back_title">Swipe Right to Go Back</string> <string name="settings_swipe_to_go_back_summary">Does Not Apply to All Pages</string> - <string name="settings_swipe_vertically_to_go_back_from_media_title">Swipe Vertically to Go Back From Media</string> + <string name="settings_swipe_vertically_to_go_back_from_media_title">Swipe Vertically to Go Back From Image and Gif</string> <string name="settings_lock_jump_to_next_top_level_comment_button_title">Lock Jump to Next Top-level Comment Button</string> <string name="settings_lock_bottom_app_bar_title">Lock Bottom Navigation Bar</string> <string name="settings_swipe_up_to_hide_jump_to_next_top_level_comment_button_title">Swipe Up to Hide Jump to Next Top-level Comment Button</string> |