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
|
@ -647,7 +647,7 @@ open_db()
|
|||
/* Take care of read-only trustdbs. */
|
||||
db_fd = open (db_name, O_RDONLY | MY_O_BINARY );
|
||||
if (db_fd != -1 && !opt.quiet)
|
||||
log_info (_("NOTE: trustdb not writable\n"));
|
||||
log_info (_("Note: trustdb not writable\n"));
|
||||
}
|
||||
if ( db_fd == -1 )
|
||||
log_fatal( _("can't open '%s': %s\n"), db_name, strerror(errno) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue