mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
g10: Fix singular term.
* g10/tofu.c (ask_about_binding): Fix singular message. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
73000d1ce0
commit
b0d2526bc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user