diff options
author | Beriain <beriain@bitmessage.ch> | 2014-05-06 16:56:59 +0200 |
---|---|---|
committer | Beriain <beriain@bitmessage.ch> | 2014-05-06 16:56:59 +0200 |
commit | b8023b4dfc192fe2d019c993f17d417f2b6e91ab (patch) | |
tree | 3d812373324e928af943fecfca8e993672149960 /res/values/strings.xml | |
parent | 86887274c7eb77b77417ce9c20a50502fa80fe24 (diff) | |
parent | f7033cb7e06740576d23e1f8fbf473db337e13fe (diff) |
Merge https://github.com/siacs/Conversations into development
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f4b7d5fa..fa41b7b8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -80,7 +80,7 @@ <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="openkeychain_required">OpenKeychain</string> - <string name="openkeychain_required_long">Conversations utilizes a third party 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\nTo use openPGP please install the app and then restart Conversations.</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> <string name="install">Install</string> </resources> |