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

@ -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) );