diff options
author | Justus Winter <[email protected]> | 2016-10-06 12:33:20 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-06 12:33:20 +0000 |
commit | b0d2526bc4e5c663eeffe04500420c70cee98712 (patch) | |
tree | 8db3208e483972886c9ad8e3ffb9a507583657d4 | |
parent | g10: Use appropriate variant of 'abs'. (diff) | |
download | gnupg-b0d2526bc4e5c663eeffe04500420c70cee98712.tar.gz gnupg-b0d2526bc4e5c663eeffe04500420c70cee98712.zip |
g10: Fix singular term.
* g10/tofu.c (ask_about_binding): Fix singular message.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-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 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 |