diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-18 07:39:02 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2016-04-18 07:39:02 +0200 |
commit | afeaf5c457311fb96fdfee3413d50aaa2fbd580e (patch) | |
tree | b83cc868232935fab0f0790743d89503cc54d314 /OpenKeychain | |
parent | ed82c362e64a16d144acfa2f1d2047c3e0a2736e (diff) | |
download | open-keychain-afeaf5c457311fb96fdfee3413d50aaa2fbd580e.tar.gz open-keychain-afeaf5c457311fb96fdfee3413d50aaa2fbd580e.tar.bz2 open-keychain-afeaf5c457311fb96fdfee3413d50aaa2fbd580e.zip |
Fix strings
Diffstat (limited to 'OpenKeychain')
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 48187c342..57c70d7bc 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1635,7 +1635,7 @@ <string name="linked_create_twitter_handle">Twitter Handle</string> <string name="linked_create_twitter_2_1">"Touch either button to tweet the message!"</string> <string name="linked_create_twitter_2_2">"You can edit the Tweet before posting it, so long as the text inside the brackets is unmodified."</string> - <string name="linked_create_twitter_2_3">"Once your Tweet is published as <b>@%s</b>, touch the Verify button to scan your timeline for it."</string> + <string name="linked_create_twitter_2_3">"Once your Tweet is published as <b>@%s</b>, touch the Verify button to scan your timeline for it."</string> <string name="linked_create_twitter_2_4">"After successful verification, touch Finish button to add the Linked Identity to your keyring and finish the process."</string> <string name="linked_create_verify">"Verify"</string> @@ -1658,7 +1658,7 @@ <string name="linked_select_1">"A 'linked identity' connects your PGP key to a resource on the web."</string> <string name="linked_select_2">"Please select a type:"</string> <string name="linked_id_generic_text">"This file claims ownership of the OpenPGP key with long id %2$s.\n\nToken for proof:\n%1$s"</string> - <string name="linked_id_github_text">"This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.\n\nToken for proof:\n%1$s"</string> + <string name="linked_id_github_text" translatable="false">"This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.\n\nToken for proof:\n%1$s"</string> <string name="linked_verifying">"Verifying…"</string> <string name="linked_verify_success">"Verified!"</string> <string name="linked_verify_error">"Verification error!"</string> |