diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-02-07 20:14:39 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-07 20:14:39 +0100 |
commit | e3337e634ed2b750d4e899b0a8a4b69c9c1ccf0a (patch) | |
tree | 2753d0980b9e32cdbbf0efeb00418a392e1d8c4a /src | |
parent | ab331e97adba6b57bf905f3553e32bc849395f48 (diff) |
fixed strings
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index dbe47dfaa..93105452d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -868,7 +868,7 @@ <string name="restore_warning">Do not use the restore backup feature in an attempt to clone (run simultaneously) an installation. Restoring a backup is only meant for migrations or in case you have lost the original device.</string> <string name="unable_to_restore_backup">Unable to restore backup.</string> <string name="unable_to_decrypt_backup">Unable to decrypt backup. Is the password correct?</string> - <string name="pref_prefer_xmpp_avatar_summary">Prefer the users XMPP avatar instead of the one from your address book</string> + <string name="pref_prefer_xmpp_avatar_summary">Prefer the user\'s XMPP avatar instead of the one from your address book</string> <string name="pref_prefer_xmpp_avatar">Prefer XMPP avatar</string> <string name="view_users">View members</string> <string name="group_chat_members">Group chat members</string> |