aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-12-16 22:38:45 +0100
committerChristian Schneppe <christian@pix-art.de>2017-12-16 22:38:45 +0100
commitfa351734ecf1f3219f8a83603368e36636926951 (patch)
treec44891c14fa7beadf245f558ad1112f0edb15579 /src/main/res/values
parent090faad3743ca7134a0ce398a9d2b62d84477e86 (diff)
try to detect invalid nick (w/ emoji) in MUCs
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 05420f06e..84e4e0d51 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -746,4 +746,5 @@
<string name="pref_warn_unencrypted_chat_summary">If message encryption is available, you should use it. If you don\'t use message encryption, show a warning message inside the chat.</string>
<string name="pref_use_bundled_emoji">Use integrated emojis</string>
<string name="pref_use_bundled_emoji_summary">Use the integrated emoji library instead of using your devices ones. Changes will be available after reopening the app.</string>
+ <string name="invalid_muc_nick">Invalid nickname</string>
</resources>