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:
parent
36679f33aa
commit
54ffe2045a
20 changed files with 190 additions and 114 deletions
|
@ -756,7 +756,7 @@ do_add_recipient (ctrl_t ctrl, const char *name,
|
|||
get_inv_recpsgnr_code (rc), name, NULL);
|
||||
}
|
||||
else
|
||||
log_info (_("NOTE: won't be able to encrypt to '%s': %s\n"),
|
||||
log_info (_("Note: won't be able to encrypt to '%s': %s\n"),
|
||||
name, gpg_strerror (rc));
|
||||
}
|
||||
}
|
||||
|
@ -1028,7 +1028,7 @@ main ( int argc, char **argv)
|
|||
if (default_config)
|
||||
{
|
||||
if (parse_debug)
|
||||
log_info (_("NOTE: no default option file '%s'\n"), configname);
|
||||
log_info (_("Note: no default option file '%s'\n"), configname);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1496,7 +1496,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]);
|
||||
}
|
||||
|
||||
/*FIXME if (opt.batch) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue