diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-09 10:20:16 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-09 10:20:16 +0200 |
commit | 937fc51b503344948997a1924ee6fdba23850315 (patch) | |
tree | 3d4094e30c0bbc4e946af21a43bb13fbad9358b8 /res/values | |
parent | 0bab1a4613ca91b89266b105ee800b3501dcaa01 (diff) |
added warning lable if server doesn't support pubsub. refactored feature identification into seperate class
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6ea73318..7faeeed9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -276,4 +276,5 @@ <string name="error_publish_avatar_converting">Something went wrong while converting your picture</string> <string name="error_saving_avatar">Could not save avatar to disk</string> <string name="or_long_press_for_default">(Or long press to bring back default)</string> + <string name="error_publish_avatar_no_server_support">Your server does not support the publication of avatars</string> </resources> |