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 /dirmngr/validate.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 '')
-rw-r--r-- | dirmngr/validate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/validate.c b/dirmngr/validate.c index 024708b4c..574eca656 100644 --- a/dirmngr/validate.c +++ b/dirmngr/validate.c @@ -164,7 +164,7 @@ check_cert_policy (ksba_cert_t cert) if (!any_critical) { - log_info (_("note: non-critical certificate policy not allowed")); + log_info (_("Note: non-critical certificate policy not allowed")); err = 0; } else |