From b0d2526bc4e5c663eeffe04500420c70cee98712 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 6 Oct 2016 14:33:20 +0200 Subject: g10: Fix singular term. * g10/tofu.c (ask_about_binding): Fix singular message. Signed-off-by: Justus Winter --- g10/tofu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/tofu.c b/g10/tofu.c index 5b01c2745..c100c435c 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 days.", + es_fprintf (fp, ngettext(" over the past day.", " over the past %d days.", seen_in_past), TIME_AGO_SMALL_THRESHOLD -- cgit v1.2.3