diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4087ee9f..6185b922 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -67,6 +67,7 @@ <string name="action_set_wallpaper">Set as Wallpaper</string> <string name="action_send_private_message">Send Private Message</string> <string name="action_block_user">Block User</string> + <string name="action_select_user_flair">Select User Flair</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> @@ -860,4 +861,8 @@ <string name="unlock_account_section">Unlock Account Section</string> + <string name="select_user_flair_success">User flair selected</string> + <string name="select_user_flair_failed">Cannot select user flair</string> + <string name="select_this_user_flair">Select this user flair?</string> + </resources> |