diff options
author | fiaxh <github@lightrise.org> | 2016-02-23 15:30:41 +0100 |
---|---|---|
committer | fiaxh <github@lightrise.org> | 2016-02-23 16:05:42 +0100 |
commit | 894b5892a977c6b7ac52f07e00f452a44bdc1168 (patch) | |
tree | 63295a84fffd705f4b41b74363a95824f307ba6d /src/main/res/values/strings.xml | |
parent | 689ded160718b5c73e118abe531530082b322636 (diff) |
Retry decryption from message menu
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 48c3de6c..8e3629ca 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -97,7 +97,6 @@ <string name="contact_has_no_pgp_key">Conversations is unable to encrypt your messages because your contact is not announcing his or hers public key.\n\n<small>Please ask your contact to setup OpenPGP.</small></string> <string name="no_pgp_keys">No OpenPGP Keys found</string> <string name="contacts_have_no_pgp_keys">Conversations is unable to encrypt your messages because your contacts are not announcing their public key.\n\n<small>Please ask your contacts to setup OpenPGP.</small></string> - <string name="encrypted_message_received"><i>Encrypted message received. Touch to decrypt.</i></string> <string name="pref_general">General</string> <string name="pref_xmpp_resource">XMPP resource</string> <string name="pref_xmpp_resource_summary">The name this client identifies itself with</string> |