[Pkg-gnupg-commit] [gnupg2] 93/292: g10: Fix singular term.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit b0d2526bc4e5c663eeffe04500420c70cee98712
Author: Justus Winter <justus at g10code.com>
Date:   Thu Oct 6 14:33:20 2016 +0200

    g10: Fix singular term.
    
    * g10/tofu.c (ask_about_binding): Fix singular message.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 g10/tofu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 5b01c27..c100c43 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list