diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-11-27 11:25:34 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-11-27 11:25:34 +0100 |
commit | 4a9e3ccc830b002936e6250ae853583ab26d9df7 (patch) | |
tree | d2c6d5c73ad6850b955301f580731c9c5c96de08 | |
parent | a805069c59586775fd5790c00cbd82f4dfeddcb6 (diff) | |
parent | aa8b3db139c90d33d3ce20c5a76157dd73691e21 (diff) | |
download | open-keychain-4a9e3ccc830b002936e6250ae853583ab26d9df7.tar.gz open-keychain-4a9e3ccc830b002936e6250ae853583ab26d9df7.tar.bz2 open-keychain-4a9e3ccc830b002936e6250ae853583ab26d9df7.zip |
Merge pull request #1011 from cketti/fix_k9_references
Fix spelling of 'K-9 Mail' in FAQ
-rw-r--r-- | OpenKeychain/src/main/res/raw/help_faq.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/raw/help_faq.html b/OpenKeychain/src/main/res/raw/help_faq.html index 6f8763f36..094065909 100644 --- a/OpenKeychain/src/main/res/raw/help_faq.html +++ b/OpenKeychain/src/main/res/raw/help_faq.html @@ -12,10 +12,10 @@ And don't add newlines before or after p tags because of transifex --> <h2>A wrong primary user id is shown when searching on a Keyserver</h2> <p>Unfortunately, this is a bug in the SKS Keyserver software. Its machine-readable output returns the user ids in an arbitrary order. Read the <a href="https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index">related bug report</a> for more information.</p> -<h2>How do I activate OpenKeychain in K9-Mail?</h2> -<p>To use OpenKeychain with K9-Mail, you want to follow these steps:</p> +<h2>How do I activate OpenKeychain in K-9 Mail?</h2> +<p>To use OpenKeychain with K-9 Mail, you want to follow these steps:</p> <ol> - <li>Open K9-Mail and long-tap on the account you want to use OpenKeychain with.</li> + <li>Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.</li> <li>Select "Account settings" and scroll to the very bottom and click "Cryptography".</li> <li>Click on "OpenPGP Provider" and select OpenKeychain from the list.</li> </ol> |