diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-09-06 12:15:08 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-09-06 12:15:08 +0200 |
commit | e1d2c32e63d6f2276b56600945569dede3e34890 (patch) | |
tree | f5d0de21f7cbf9c6802f14c0deea21abe8edc43e /src/main/res/values | |
parent | 257d1e42d82616205a6e0db4521c31d60912f81a (diff) |
show server not found muc error
Diffstat (limited to 'src/main/res/values')
-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 13098716..dbc4ab37 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -680,4 +680,5 @@ <string name="contact_asks_for_presence_subscription">Contact asks for presence subscription</string> <string name="allow">Allow</string> <string name="no_permission_to_access_x">No permission to access %s</string> + <string name="remote_server_not_found">Remote server not found</string> </resources> |