diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index f63c05ed1..31804f50e 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -205,7 +205,7 @@ main (int argc, char **argv) for (i=0; i < argc; i++) if (argv[i][0] == '-' && argv[i][1] == '-') - log_info (_("NOTE: '%s' is not considered an option\n"), argv[i]); + log_info (_("Note: '%s' is not considered an option\n"), argv[i]); } fname = argc ? *argv : NULL; |