diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c683d45e..afeeb6f4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -73,6 +73,7 @@ <string name="action_block_user">Block User</string> <string name="action_select_user_flair">Select User Flair</string> <string name="action_give_award">Give Award</string> + <string name="action_save_to_database">Save to Database</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> @@ -974,5 +975,8 @@ <string name="max_comments_hint">Max comments</string> <string name="min_awards_hint">Min awards</string> <string name="max_awards_hint">Max awards</string> + <string name="post_filter_name_hint">Post Filter Name</string> + <string name="duplicate_post_filter">Duplicate post filter found. Please use another name.</string> + </resources> |