aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-01-06 15:55:42 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-01-06 15:55:42 +0000
commit6ad34783c51f47c26d6f1e559d86c28edf65c3a8 (patch)
tree66e0170f86b49d2b6265cccbe356415fa0e848ca /app/src/main/res
parent07390678e0830aafa3a64bfaa15a64d101f197a8 (diff)
downloadinfinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar.gz
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar.bz2
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar.lz
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar.xz
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.tar.zst
infinity-for-reddit-6ad34783c51f47c26d6f1e559d86c28edf65c3a8.zip
Check for duplicate when saving a post filter. Fix an issue in PostFilter Parcelable implementation.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 957b5a48..aebcb892 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -986,6 +986,8 @@
<string name="max_awards_hint">Max awards (-1: no restriction)</string>
<string name="post_filter_name_hint">Post Filter Name</string>
<string name="post_filter_requires_a_name">What is the name of this post filter?</string>
+ <string name="duplicate_post_filter_dialog_title">\'%1$s\' Already Exists</string>
+ <string name="duplicate_post_filter_dialog_message">Override it?</string>
<string name="apply_post_filter_to">Apply to</string>
<string name="post_filter_usage_home">Home</string>
<string name="post_filter_usage_subreddit">Subreddit: %1$s</string>