diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-10-08 10:38:04 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-10-08 10:38:04 +0200 |
commit | 5874be62bc111088df25016318511ab3ca2b0295 (patch) | |
tree | 0d338209d04493600d637d76d957289727cd369d /src/main/res/values/strings.xml | |
parent | 484801032f2f535f6e26096c55fcb8f4af725937 (diff) |
warn user if account is offline during avatar publication
Diffstat (limited to 'src/main/res/values/strings.xml')
-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 1c31c87a0..9c8fb558d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -714,4 +714,5 @@ <string name="delete_selected_keys">Delete selected keys</string> <string name="missing_presence_subscription">Missing presence subscription</string> <string name="missing_omemo_keys">Missing OMEMO keys</string> + <string name="error_publish_avatar_offline">You need to be connected to publish your avatar.</string> </resources> |