aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-02-15 11:02:32 +0000
committerWerner Koch <[email protected]>2005-02-15 11:02:32 +0000
commitbb71180d07b0ce8a2293acf61541cf631f285012 (patch)
tree895410ed291b16654608a02c407b93db7adba325 /g10/keygen.c
parent* curl-shim.c (curl_easy_perform): Fix compile warning. (diff)
downloadgnupg-bb71180d07b0ce8a2293acf61541cf631f285012.tar.gz
gnupg-bb71180d07b0ce8a2293acf61541cf631f285012.zip
* gpg.sgml: Add bkuptocard command for --edit-key.
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
Diffstat (limited to 'g10/keygen.c')
-rw-r--r--g10/keygen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index abef68167..be8a8e512 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -1636,7 +1636,8 @@ ask_user_id( int mode )
if( !mode )
tty_printf( _("\n"
-"You need a user ID to identify your key; the software constructs the user ID\n"
+"You need a user ID to identify your key; "
+ "the software constructs the user ID\n"
"from the Real Name, Comment and Email Address in this form:\n"
" \"Heinrich Heine (Der Dichter) <[email protected]>\"\n\n") );
uid = aname = acomment = amail = NULL;
@@ -1731,7 +1732,7 @@ ask_user_id( int mode )
}
for(;;) {
- /* Note to translators: These are the allowed answers in
+ /* TRANSLATORS: These are the allowed answers in
lower and uppercase. Below you will find the matching
string which should be translated accordingly and the
letter changed to match the one in the answer string.