aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-10-10 13:29:42 +0000
committerWerner Koch <[email protected]>2014-10-10 13:29:42 +0000
commit54ffe2045aa4d3157f0919744210c9463594799c (patch)
tree068cb4ba0394398415df6ac1ef2e0f87bb0351b9 /g10/mainproc.c
parentpo: Fix some grammar buglets in the German translation. (diff)
downloadgnupg-54ffe2045aa4d3157f0919744210c9463594799c.tar.gz
gnupg-54ffe2045aa4d3157f0919744210c9463594799c.zip
Use a unique capitalization for "Note:".
--
Diffstat (limited to '')
-rw-r--r--g10/mainproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 7c699b39d..50d1d2713 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -623,7 +623,7 @@ proc_plaintext( CTX c, PACKET *pkt )
literals_seen++;
if( pt->namelen == 8 && !memcmp( pt->name, "_CONSOLE", 8 ) )
- log_info(_("NOTE: sender requested \"for-your-eyes-only\"\n"));
+ log_info(_("Note: sender requested \"for-your-eyes-only\"\n"));
else if( opt.verbose )
log_info(_("original file name='%.*s'\n"), pt->namelen, pt->name);
free_md_filter_context( &c->mfx );