diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-09-06 22:40:16 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-09-06 22:40:16 +0200 |
commit | e07828271de377a45798480645b27d226d730937 (patch) | |
tree | 0522733612fe52dd3fb947b50bedaebc2ab58395 | |
parent | 361eec24a98bd1ff0519ea1f835864a66efe2888 (diff) |
shorten restore_warning
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 81378a5e6..a4892dece 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -328,7 +328,7 @@ <string name="pref_show_dynamic_tags">Show dynamic tags</string> <string name="pref_show_dynamic_tags_summary">Display read-only tags underneath contacts</string> <string name="no_conference_server_found">No group chat server found</string> - <string name="conference_creation_failed">Group chat creation failed!</string>s + <string name="conference_creation_failed">Group chat creation failed!</string> <string name="account_image_description">Account avatar</string> <string name="copy_otr_clipboard_description">Copy OTR fingerprint to clipboard</string> <string name="copy_omemo_clipboard_description">Copy OMEMO fingerprint to clipboard</string> @@ -839,7 +839,7 @@ <string name="restore_backup">Restore backup</string> <string name="restore">Restore</string> <string name="enter_password_to_restore">Enter your password for the account %s to restore the backup.</string> - <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="restore_warning">Don\'t use the restore feature under any circumstances except in the case of migrating or losing your 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 user\'s XMPP avatar instead of the one from your address book</string> |