aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorxSooDx <soodsaurabh95@gmail.com>2015-07-21 17:13:24 +0530
committerxSooDx <soodsaurabh95@gmail.com>2015-07-21 17:13:24 +0530
commitef9a1c23f3add291979db7ebcaf9d29643169364 (patch)
treef55ce9572168b58ff7d59fc31427698a8e0bd097 /OpenKeychain/src/main/res/values
parentd41c5bbbc15428f82e16c2c3f931bbb058a2e6f8 (diff)
downloadopen-keychain-ef9a1c23f3add291979db7ebcaf9d29643169364.tar.gz
open-keychain-ef9a1c23f3add291979db7ebcaf9d29643169364.tar.bz2
open-keychain-ef9a1c23f3add291979db7ebcaf9d29643169364.zip
-No longer appends the links to the keybase_narratives
-Now uses '%s' to insert the names in the keybase_narratives -added '%s' to keybase_narrative_* in the string.xml file NOTE:Have not modified for other languages
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 26f1216be..a62df862f 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -580,14 +580,14 @@
<string name="key_trust_header_text">"Note: Keybase.io proofs are an experimental feature of OpenKeychain. We encourage you to scan QR Codes or exchange keys via NFC in addition to confirming them."</string>
<!-- keybase proof stuff -->
- <string name="keybase_narrative_twitter">"Posts to Twitter as"</string>
- <string name="keybase_narrative_github">"Is known on GitHub as"</string>
- <string name="keybase_narrative_dns">"Controls the domain name(s)"</string>
- <string name="keybase_narrative_web_site">"Can post to the Web site(s)"</string>
- <string name="keybase_narrative_reddit">"Posts to Reddit as"</string>
- <string name="keybase_narrative_coinbase">"Is known on Coinbase as"</string>
- <string name="keybase_narrative_hackernews">"Posts to Hacker News as"</string>
- <string name="keybase_narrative_unknown">"Unknown proof type"</string>
+ <string name="keybase_narrative_twitter">"Posts to Twitter as %s"</string>
+ <string name="keybase_narrative_github">"Is known on GitHub as %s"</string>
+ <string name="keybase_narrative_dns">"Controls the domain name(s) %s"</string>
+ <string name="keybase_narrative_web_site">"Can post to the Web site(s) %s"</string>
+ <string name="keybase_narrative_reddit">"Posts to Reddit as %s"</string>
+ <string name="keybase_narrative_coinbase">"Is known on Coinbase as %s"</string>
+ <string name="keybase_narrative_hackernews">"Posts to Hacker News as %s"</string>
+ <string name="keybase_narrative_unknown">"Unknown proof type %s"</string>
<string name="keybase_proof_failure">"Unfortunately this proof cannot be verified."</string>
<string name="keybase_unknown_proof_failure">"Unrecognized problem with proof checker"</string>
<string name="keybase_problem_fetching_evidence">"Problem with proof"</string>