diff options
author | Neal H. Walfield <[email protected]> | 2015-10-20 12:52:39 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-10-20 12:52:39 +0000 |
commit | 251c070f91e2c65baa3f1195f14a176440a8aafa (patch) | |
tree | 2761a7f0880fc9efd297222c43023742e727a763 | |
parent | gpg: When showing conflicts, also show bindings with no recorded sigs. (diff) | |
download | gnupg-251c070f91e2c65baa3f1195f14a176440a8aafa.tar.gz gnupg-251c070f91e2c65baa3f1195f14a176440a8aafa.zip |
gpg: Synchronize translation template.
* g10/tofu.c (show_statistics): Synchronize translation template.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index 5886c5efb..0b5fa29df 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -2018,7 +2018,7 @@ show_statistics (struct db *dbs, const char *fingerprint, /* TRANSLATORS: translate the below text. We don't directly internationalize that text so that we can tweak it without breaking translations. */ - text = _("TOFU: few signatures %s"); + text = _("TOFU: few signatures %d %s %s"); if (strcmp (text, "TOFU: few signatures %d %s %s") == 0) text = "Warning: if you think you've seen more than %d %s " |