aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2019-06-22 22:11:50 +0200
committerGitHub <noreply@github.com>2019-06-22 22:11:50 +0200
commit392b7133c6c4db07f0c73a1ac54a7740baefa2f8 (patch)
tree2eb5248ccac276b8f2e86959d46ce148e3ff2628
parentd1ae7c6abc9715caa3d8852fdc152358e05d36f3 (diff)
parent0747af253cbfa3c123e4d7d18f326b83eb374b1b (diff)
Merge pull request #357 from esu23/fix-tipo
Fixed typo
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 49221a532..ba865ca52 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -917,7 +917,7 @@
<string name="pref_show_own_accounts_summary">Show own accounts in chats and contacts if you have multiple accounts.</string>
<string name="pref_show_own_accounts">Show own accounts</string>
<string name="message_encryption">Message encryption</string>
- <string name="enable_message_encryption">This chat is unencrypted. For security reasons you should enable message encryption, prefareable OMEMO. If anything isn\'t working for you, you could disable message encryption by pressing the key lock icon.</string>
+ <string name="enable_message_encryption">This chat is unencrypted. For security reasons you should enable message encryption, preferable OMEMO. If anything isn\'t working for you, you could disable message encryption by pressing the key lock icon.</string>
<string name="hide_warning">Hide warning</string>
<string name="change_password_in_next_step">You can change the generated password in the next step to your needs.</string>
</resources>