diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-10 17:35:26 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-10 17:35:26 +0000 |
commit | f27244e555af62b5b4646bcb91037005f3a51fc7 (patch) | |
tree | 1c33a6af91bec22c04fe01d8dba47d868b5e9d59 /app/src/main/res/values/strings.xml | |
parent | 02f43598c2345ce4ba676d6ce9cb3dfc6b948e66 (diff) | |
download | infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar.gz infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar.bz2 infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar.lz infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar.xz infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.tar.zst infinity-for-reddit-f27244e555af62b5b4646bcb91037005f3a51fc7.zip |
New UI design in ViewUserDetailActivity.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ffc28bf4..ee33c49d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -167,8 +167,6 @@ <string name="unfollowed">Unfollowed</string> <string name="unfollow_failed">Unfollowing Failed</string> - <string name="content_description_banner_imageview">Subreddit Banner Image</string> - <string name="app_label">Infinity</string> <string name="search_hint">Search anything</string> <string name="search_only_subreddits_hint">Search subreddits</string> @@ -1434,6 +1432,7 @@ <string name="comment_filter_min_vote_explanation">Comments that have a score lower than the following value will be filtered out (-1 means no restriction).</string> <string name="comment_filter_max_vote_explanation">Comments that have a score higher than the following value will be filtered out (-1 means no restriction).</string> + <string name="content_description_banner_imageview">Banner Image</string> <string name="content_description_create_comment_filter">Create comment filter</string> <string name="content_description_add_comment_filter_usage">Apply comment filter to somewhere</string> <string name="content_description_comment_filter_add_user">Add a user to comment filter</string> |