diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-20 18:51:07 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-20 18:51:07 +0000 |
commit | e4abfc6e38dc80b4376e86a28813d5c098ace5d6 (patch) | |
tree | 805415195c474e2547b1a5708531b3dd1d94730a /app/src/main/res/values | |
parent | da8785fdc8897133c22e7dfa90a0b5aff1bd7547 (diff) | |
download | infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar.gz infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar.bz2 infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar.lz infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar.xz infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.tar.zst infinity-for-reddit-e4abfc6e38dc80b4376e86a28813d5c098ace5d6.zip |
Refine UI and add explanations for the name in CustomizeCommentFilterActivity.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eea33bad..301d02f1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1424,7 +1424,8 @@ <string name="comment_filter_display_mode">Display mode</string> <string name="comment_filter_display_mode_remove_comments">Remove comments</string> <string name="comment_filter_display_mode_fully_collapse_comments">Fully collapse comments</string> - <string name="comment_filter_display_mode_explanation">Filtered out comments will be shown as the following selected option</string> + <string name="comment_filter_name_explanation">The comment filter name should be unique.</string> + <string name="comment_filter_display_mode_explanation">Filtered out comments will be shown as the following selected option.</string> <string name="comment_filter_exclude_strings_explanation">Comments will be filtered out if they contain the following keywords.</string> <string name="comment_filter_exclude_users_explanation">Comments will be filtered out if they were submitted by the following users.</string> <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> |