diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 14:15:39 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-26 14:15:39 +0000 |
commit | c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c (patch) | |
tree | cd67e0e190de871f242807ef1139f40c30730499 /app/src/main/res/values/strings.xml | |
parent | a6289f4c1fbf21b719bfc41a99e00b2eecbd1458 (diff) | |
download | infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.gz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.bz2 infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.lz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.xz infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.tar.zst infinity-for-reddit-c2b6066c7ec68a9f1d7e72a24d5bfb22c5461e3c.zip |
New option: Show avatar on the right in the navigation drawer.
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 5278ec55..81cc184b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -540,6 +540,7 @@ <string name="settings_hide_subreddit_and_user_prefix">Hide Subreddit and User Prefix</string> <string name="settings_hide_the_number_of_votes">Hide the Number of Votes</string> <string name="settings_hide_the_number_of_comments">Hide the Number of Comments</string> + <string name="settings_show_avatar_on_the_right_in_the_navigation_drawer">Show Avatar on the Left in the Navigation Drawer</string> <string name="no_link_available">Cannot get the link</string> |