From ca84f65c7cf2c6a08a01018519965a82e6c52cac Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 12 Oct 2016 21:40:03 +0200 Subject: g10: Make a singular string singular. * g10/tofu.c (ask_about_binding): Make the singular string singular. -- Signed-off-by: Neal H. Walfield --- g10/tofu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/tofu.c b/g10/tofu.c index ce107ded7..ae7166c3f 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