aboutsummaryrefslogtreecommitdiffstats
path: root/g10/helptext.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-07-01 10:53:35 +0000
committerWerner Koch <[email protected]>1999-07-01 10:53:35 +0000
commit28eb86c0063dabf55763e00c4f9abcae8117c493 (patch)
treedd18314317ef387a4d65464277a44355a00773d6 /g10/helptext.c
parentSee ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch (diff)
downloadgnupg-28eb86c0063dabf55763e00c4f9abcae8117c493.tar.gz
gnupg-28eb86c0063dabf55763e00c4f9abcae8117c493.zip
See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r--g10/helptext.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/helptext.c b/g10/helptext.c
index 521df534d..5fb800784 100644
--- a/g10/helptext.c
+++ b/g10/helptext.c
@@ -208,10 +208,17 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
"Give the name fo the file to which the signature applies"
},
+/* openfile.c (overwrite_filep) */
{ N_("openfile.overwrite.okay"),
"Answer \"yes\" if it is okay to overwrite the file"
},
+/* openfile.c (ask_outfile_name) */
+{ N_("openfile.askoutname"),
+ "Please enter a new filename. If you just hit RETURN the default\n"
+ "file (which is shown in brackets) will be used."
+},
+
/* end of list */
{ NULL, NULL } };