diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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> |