From 54ffe2045aa4d3157f0919744210c9463594799c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 10 Oct 2014 15:29:42 +0200 Subject: Use a unique capitalization for "Note:". -- --- tools/gpgconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gpgconf.c') 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; -- cgit v1.2.3