From 1a24c67e20e6ccc6c8e37403a26c715c0f1b6216 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 7 Oct 2016 07:59:21 +0200 Subject: [PATCH] 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 --- g10/tofu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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