diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-18 20:24:42 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-18 20:24:42 +0000 |
commit | 2af02771d10546fc52711208871face9dc29d854 (patch) | |
tree | 1b0fdfc0df6918a7d364f0816868c8ee19762259 /app/src/main/res/values/strings.xml | |
parent | 15dde36c470ce5b63246793c060c9b2a78f33193 (diff) | |
download | infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar.gz infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar.bz2 infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar.lz infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar.xz infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.tar.zst infinity-for-reddit-2af02771d10546fc52711208871face9dc29d854.zip |
Continue adding comment filter.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fbd5f4f0..863c9ba9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1158,6 +1158,9 @@ <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="comment_filter_name_hint">Comment Filter Name</string> + <string name="comment_filter_requires_a_name">What is the name of this comment filter?</string> + <string name="duplicate_comment_filter_dialog_title">\'%1$s\' Already Exists</string> + <string name="duplicate_comment_filter_dialog_message">Override it?</string> <string name="read_all_messages_time_limit">You are doing this too frequently. Try again later. This is Reddit API\'s rate limit.</string> <string name="read_all_messages_success">Read all messages successfully</string> |