aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-08-20 18:34:36 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-08-20 18:34:36 +0000
commitda8785fdc8897133c22e7dfa90a0b5aff1bd7547 (patch)
tree96687389e84c3bbff868d7c884142fe90348aed3 /app/src/main/res/values/strings.xml
parent8fdc2cc945a518c5b9c08cec546ea952caad71a4 (diff)
downloadinfinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar.gz
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar.bz2
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar.lz
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar.xz
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.tar.zst
infinity-for-reddit-da8785fdc8897133c22e7dfa90a0b5aff1bd7547.zip
Refine UI and add explanations in CustomizeCommentFilterActivity.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9792add7..eea33bad 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1424,5 +1424,10 @@
<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_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>
+ <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>
</resources>