1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Use a unique capitalization for "Note:".

--
This commit is contained in:
Werner Koch 2014-10-10 15:29:42 +02:00
parent 36679f33aa
commit 54ffe2045a
20 changed files with 190 additions and 114 deletions

View file

@ -500,7 +500,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 );
}
else
@ -627,7 +627,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]);
}
if (atexit (cleanup))