mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Revert "g10: Fix singular term."
--
This reverts commit b0d2526bc4
.
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
1 changed files with 1 additions and 1 deletions
|
@ -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 day.",
|
||||
es_fprintf (fp, ngettext(" over the past days.",
|
||||
" over the past %d days.",
|
||||
seen_in_past),
|
||||
TIME_AGO_SMALL_THRESHOLD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue