diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 5f3d159e7..188fc764c 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -868,4 +868,6 @@ <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">Prefer XMPP avatar</string> </resources> |