mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-22 19:58:29 +01:00
Revert "g10: Fix singular term."
-- This reverts commit b0d2526bc4e5c663eeffe04500420c70cee98712. The number of format elements may not change in ngettext. The entire construct is anyway wrong because ngettext is passed a different value than what is used in the printf. We need to rework the use of most strings in tofu.c. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
5d43d28aa3
commit
1a24c67e20
@ -1619,7 +1619,7 @@ ask_about_binding (ctrl_t ctrl,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (labs(stats_iter->time_ago) == 3)
|
if (labs(stats_iter->time_ago) == 3)
|
||||||
es_fprintf (fp, ngettext(" over the past day.",
|
es_fprintf (fp, ngettext(" over the past days.",
|
||||||
" over the past %d days.",
|
" over the past %d days.",
|
||||||
seen_in_past),
|
seen_in_past),
|
||||||
TIME_AGO_SMALL_THRESHOLD
|
TIME_AGO_SMALL_THRESHOLD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user