mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
g10: Make a singular string singular.
* g10/tofu.c (ask_about_binding): Make the singular string singular. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
6fdf37f083
commit
ca84f65c7c
@ -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…
Reference in New Issue
Block a user