diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-20 19:08:04 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-08-20 19:08:04 +0000 |
commit | 3f5d298ff5a65436b9922206ab067bd28c34bbe6 (patch) | |
tree | f8a48d29481686eaf5e801412767210ed838a658 /app/src/main/res/values | |
parent | e4abfc6e38dc80b4376e86a28813d5c098ace5d6 (diff) | |
download | infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar.gz infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar.bz2 infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar.lz infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar.xz infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.tar.zst infinity-for-reddit-3f5d298ff5a65436b9922206ab067bd28c34bbe6.zip |
Refine UI in CustomizePostFilterActivity and CustomizeCommentFilterActivity.
Diffstat (limited to 'app/src/main/res/values')
-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 301d02f1..1b50d61e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1153,6 +1153,7 @@ <string name="edit_post_filter_name_of_usage_info">Leave it blank to apply this post filter to all the subreddits / users / multireddits</string> <string name="click_to_apply_post_filter">Click here to apply it to some post feeds</string> <string name="post_filter_usage_embedded_more_count">and %1$d more</string> + <string name="post_filter_name_explanation">The post filter name should be unique.</string> <string name="post_filter_post_type_explanation">To see certain types of posts, please turn on the switch corresponding to the types.</string> <string name="post_filter_only_nsfw_spoiler_explanation">To only see NSFW or spoiler posts, please turn on the corresponding switch.</string> <string name="post_filter_title_excludes_strings_explanation">Posts will be filtered out if they contain the following keywords in their title.</string> |