diff options
author | Werner Koch <[email protected]> | 2016-10-07 05:59:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-10-07 06:06:13 +0000 |
commit | 1a24c67e20e6ccc6c8e37403a26c715c0f1b6216 (patch) | |
tree | e030f52d8e8922fcad65ac8ece9a183dd896f5f8 | |
parent | gpg: Put extra parens around bit tests. (diff) | |
download | gnupg-1a24c67e20e6ccc6c8e37403a26c715c0f1b6216.tar.gz gnupg-1a24c67e20e6ccc6c8e37403a26c715c0f1b6216.zip |
Revert "g10: Fix singular term."
--
This reverts commit b0d2526bc4e5c663eeffe04500420c70cee98712.
The number of format elements may not change in ngettext. The entire
construct is anyway wrong because ngettext is passed a different value
than what is used in the printf.
We need to rework the use of most strings in tofu.c.
Signed-off-by: Werner Koch <[email protected]>
-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 c100c435c..5b01c2745 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1619,7 +1619,7 @@ ask_about_binding (ctrl_t ctrl, else { if (labs(stats_iter->time_ago) == 3) - es_fprintf (fp, ngettext(" over the past day.", + es_fprintf (fp, ngettext(" over the past days.", " over the past %d days.", seen_in_past), TIME_AGO_SMALL_THRESHOLD |