diff options
author | Werner Koch <[email protected]> | 2014-10-10 13:29:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-10 13:29:42 +0000 |
commit | 54ffe2045aa4d3157f0919744210c9463594799c (patch) | |
tree | 068cb4ba0394398415df6ac1ef2e0f87bb0351b9 /agent/gpg-agent.c | |
parent | po: Fix some grammar buglets in the German translation. (diff) | |
download | gnupg-54ffe2045aa4d3157f0919744210c9463594799c.tar.gz gnupg-54ffe2045aa4d3157f0919744210c9463594799c.zip |
Use a unique capitalization for "Note:".
--
Diffstat (limited to '')
-rw-r--r-- | agent/gpg-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 0c163e124..af9150640 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -759,7 +759,7 @@ main (int argc, char **argv ) if (default_config) { if( parse_debug ) - log_info (_("NOTE: no default option file '%s'\n"), + log_info (_("Note: no default option file '%s'\n"), configname ); /* Save the default conf file name so that reread_configuration is able to test whether the @@ -881,7 +881,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]); } #ifdef ENABLE_NLS |