aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-10-10 13:29:42 +0000
committerWerner Koch <[email protected]>2014-10-10 13:29:42 +0000
commit54ffe2045aa4d3157f0919744210c9463594799c (patch)
tree068cb4ba0394398415df6ac1ef2e0f87bb0351b9 /tools/gpgconf.c
parentpo: Fix some grammar buglets in the German translation. (diff)
downloadgnupg-54ffe2045aa4d3157f0919744210c9463594799c.tar.gz
gnupg-54ffe2045aa4d3157f0919744210c9463594799c.zip
Use a unique capitalization for "Note:".
--
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c2
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;