diff options
author | Werner Koch <[email protected]> | 1999-08-31 15:30:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-08-31 15:30:12 +0000 |
commit | 88a916cdd40e43312ffcde6bb1c157fe1c122f74 (patch) | |
tree | d5298986a0bad2aff797fd981f99fb3cb6f99ba9 /g10/helptext.c | |
parent | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch (diff) | |
download | gnupg-88a916cdd40e43312ffcde6bb1c157fe1c122f74.tar.gz gnupg-88a916cdd40e43312ffcde6bb1c157fe1c122f74.zip |
See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index d34a3a9ac..e6957da3b 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -103,7 +103,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { { "keygen.valid", N_( - "Enter the required value as shown in the pronpt.\n" + "Enter the required value as shown in the prompt.\n" "It is possible to enter a ISO date (YYYY-MM-DD) but you won't\n" "get a good error response - instead the system tries to interpret\n" "the given value as an interval." @@ -176,8 +176,8 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { { "keyedit.delsig.valid", N_( "This is a valid signature on the key; you normally don't want\n" - "to delete this signature may be important to establish a trust\n" - "connection to the key or another key certified by this key." + "to delete this signature because it may be important to establish a\n" + "trust connection to the key or another key certified by this key." )}, { "keyedit.delsig.unknown", N_( "This signature can't be checked because you don't have the\n" |