diff options
author | Ilia <github@rostovtsev.ru> | 2014-07-15 19:33:48 +0400 |
---|---|---|
committer | Ilia <github@rostovtsev.ru> | 2014-07-15 19:33:48 +0400 |
commit | a5d7b9b77548acf603f22971f0ed34074cf16ef3 (patch) | |
tree | c381272a3ea21b33498de32813d8456838c3d8e4 | |
parent | ed39920e6ad34ee7a0526cca3b80c29d02f22fb9 (diff) |
Fixed typo Decrpytion -> Decryption
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a41dcd59..b0d596cc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -105,7 +105,7 @@ <string name="contact_offline_otr">Sending OTR encrypted messages to an offline contact is unfortunately not supported.\nWould you like to send the message in plain text?</string> <string name="contact_offline_file">Sending files to an offline contact is unfortunately not supported.</string> <string name="send_unencrypted">Send unencrypted</string> - <string name="decryption_failed">Decrpytion failed. Maybe you don’t have the proper private key.</string> + <string name="decryption_failed">Decryption failed. Maybe you don’t have the proper private key.</string> <string name="openkeychain_required">OpenKeychain</string> <string name="openkeychain_required_long">Conversations utilizes a third party app called <b>OpenKeychain</b> to encrypt and decrypt messages and to mange your public keys.\n\nOpenKeychain is licensed under GPLv3 and available on F-Droid and Google Play.\n\n<small>(Please restart Conversations afterwards.)</small></string> <string name="restart">Restart</string> @@ -269,4 +269,4 @@ <string name="save_as_bookmark">Save as bookmark</string> <string name="delete_bookmark">Delete bookmark</string> <string name="bookmark_already_exists">This bookmark already exists</string> -</resources>
\ No newline at end of file +</resources> |