diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-03-06 12:16:29 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-03-06 12:16:29 +0100 |
commit | 86fff5839aaf618367f3c50a2ad4274c16802aeb (patch) | |
tree | 15616a2910927fdaffa08ebb6752e8d1f1aa0361 /src/main/res | |
parent | 8339ebf3dc0c0f27e6fc1bfdc1af574ec6cd82c9 (diff) |
warn in conversations when account is disabled
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 9657ea24..f0f2cc3e 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -604,4 +604,5 @@ <string name="send_corrected_message">Send corrected message</string> <string name="no_keys_just_confirm">You already trust this contact. By selecting \'done\' you are just confirming that %s is part of this conference.</string> <string name="select_image_and_crop">Select image and crop</string> + <string name="this_account_is_disabled">You have disabled this account</string> </resources> |