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 /g10/card-util.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 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index abf234f83..b5be80ac2 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -1282,7 +1282,7 @@ show_keysize_warning (void) return; shown = 1; tty_printf - (_("NOTE: There is no guarantee that the card " + (_("Note: There is no guarantee that the card " "supports the requested size.\n" " If the key generation does not succeed, " "please check the\n" @@ -1392,7 +1392,7 @@ generate_card_keys (ctrl_t ctrl) || (info.fpr3valid && !fpr_is_zero (info.fpr3))) { tty_printf ("\n"); - log_info (_("NOTE: keys are already stored on the card!\n")); + log_info (_("Note: keys are already stored on the card!\n")); tty_printf ("\n"); if ( !cpr_get_answer_is_yes ("cardedit.genkeys.replace_keys", _("Replace existing keys? (y/N) "))) |