From 2704685e159e99afede60785af5b622b4f932d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 21 Aug 2015 13:14:50 +0200 Subject: [PATCH] Updated Language Conventions (markdown) --- Language-Conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language-Conventions.md b/Language-Conventions.md index d699f41..6832634 100644 --- a/Language-Conventions.md +++ b/Language-Conventions.md @@ -9,7 +9,7 @@ We try to provide a better terminology when we think that the traditional one is | Traditional/technical phrase | Replacement in OpenKeychain | Comment | |------- |---- |--- | | User ID | Identity | | -| Key ID | - | Don't mention key IDs, they serve no purpose, see https://github.com/open-keychain/open-keychain/wiki/OpenPGP-Security#key-ids-arent-displayed | +| Key ID | - | Don't mention key IDs, [they serve no purpose](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-Security#key-ids-arent-displayed) | | Passphrase | Password | People don't know what a passphrase is, but they know passwords. Renaming passwords to passphrases doesn't help to increase their strength. | | Public/private key | Key | Don't try to explain the concept of public key cryptography. People don't want to know it, it should work seamlessly | | Sign/Certify key | Confirm key | Key signing makes no sense without knowing public key crypto. Certify is more appropriate, but also difficult to understand. |