diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2015-08-31 13:48:40 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2015-08-31 13:48:40 +0200 |
commit | 36f8e9f56369e8514348ba13679ceca40b8ed9d0 (patch) | |
tree | de283a6d5294d91a6d991176b788beb193543da3 | |
parent | ee8101816349c53b119d5942bfc3076a10a1c744 (diff) | |
download | open-keychain-36f8e9f56369e8514348ba13679ceca40b8ed9d0.tar.gz open-keychain-36f8e9f56369e8514348ba13679ceca40b8ed9d0.tar.bz2 open-keychain-36f8e9f56369e8514348ba13679ceca40b8ed9d0.zip |
linked: fix small typo
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index d4a814272..7bfbfdb13 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1567,7 +1567,7 @@ <string name="linked_create_github_1_1">"By creating a Linked Identity of this type, you can link your key to a Github account you control."</string> <string name="linked_create_github_1_2">"To do this, you publish a specific Gist on your timeline, then create a Linked Identity which links to this Gist."</string> - <string name="linked_create_github_1_3">"Please enter your Twitter screen name to proceed."</string> + <string name="linked_create_github_1_3">"Please enter your Github screen name to proceed."</string> <string name="linked_create_github_handle">Github Handle</string> <string name="linked_create_github_2_1">"Click either button to post the gist!"</string> <string name="linked_create_github_2_2">"You can edit the Gist before posting it, so long as the text inside the brackets is unmodified."</string> |