diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-30 10:00:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-30 10:00:42 +0000 |
commit | 720aa0b6bde98c272878fd22a4f705f5b31183db (patch) | |
tree | 87d1b5be0e9009e625ae0d9127061a414ea99ec2 /app/src/main/res/values/strings.xml | |
parent | e660da55f0e133a21861ac11a8f192e5f4812e61 (diff) | |
download | infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar.gz infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar.bz2 infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar.lz infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar.xz infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.tar.zst infinity-for-reddit-720aa0b6bde98c272878fd22a4f705f5b31183db.zip |
Prepare to implement customization options for post details page.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 b0cf0dde..522701ce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -588,6 +588,7 @@ <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="settings_remember_muting_option_in_post_feed">Remember Muting Option in Post Feed</string> + <string name="settings_post_details_title">Post Details</string> <string name="no_link_available">Cannot get the link</string> |