diff options
author | Werner Koch <[email protected]> | 1998-12-14 20:22:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-12-14 20:22:42 +0000 |
commit | 7a7a5630aff7f539fd68de6c34d82a0fa240cc8c (patch) | |
tree | c0b8587dd3ef4e434ae03b043a52ad8ec645bc3f /g10/helptext.c | |
parent | See ChangeLog: Sun Dec 13 14:10:56 CET 1998 Werner Koch (diff) | |
download | gnupg-7a7a5630aff7f539fd68de6c34d82a0fa240cc8c.tar.gz gnupg-7a7a5630aff7f539fd68de6c34d82a0fa240cc8c.zip |
See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index ee5565e81..6ff88a710 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -35,9 +35,12 @@ * as response to a prompt) we can use a simple search through the list. * Translators should use the key as msgid, this is to keep the msgid short * and to allow for easy changing of the helptexts. + * + * Mini gloassary: + * + * "user ID", "trustdb", "NOTE" and "WARNING". */ - static struct helptexts { const char *key; const char *help; } helptexts[] = { /* begin of list */ |