diff options
author | Werner Koch <[email protected]> | 2014-10-10 13:29:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-10 13:29:42 +0000 |
commit | 54ffe2045aa4d3157f0919744210c9463594799c (patch) | |
tree | 068cb4ba0394398415df6ac1ef2e0f87bb0351b9 /sm/certchain.c | |
parent | po: Fix some grammar buglets in the German translation. (diff) | |
download | gnupg-54ffe2045aa4d3157f0919744210c9463594799c.tar.gz gnupg-54ffe2045aa4d3157f0919744210c9463594799c.zip |
Use a unique capitalization for "Note:".
--
Diffstat (limited to 'sm/certchain.c')
-rw-r--r-- | sm/certchain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/certchain.c b/sm/certchain.c index 5f5fd80a5..5e632f798 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -350,7 +350,7 @@ check_cert_policy (ksba_cert_t cert, int listmode, estream_t fplist) { if (!opt.quiet) do_list (0, listmode, fplist, - _("note: non-critical certificate policy not allowed")); + _("Note: non-critical certificate policy not allowed")); return 0; } do_list (1, listmode, fplist, @@ -379,7 +379,7 @@ check_cert_policy (ksba_cert_t cert, int listmode, estream_t fplist) if (!any_critical) { do_list (0, listmode, fplist, - _("note: non-critical certificate policy not allowed")); + _("Note: non-critical certificate policy not allowed")); return 0; } do_list (1, listmode, fplist, |