diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 1398a688..f3766b16 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1776,7 +1776,7 @@ static void dump_params (struct runctl *runp, else printf(GT_(" Single-drop mode: ")); - printf(GT_("%d local name(s) recognized.\n"), count); + printf(ngettext("%d local name recognized.\n", "%d local names recognized.\n", count), count); if (outlevel >= O_VERBOSE) { for (idp = ctl->localnames; idp; idp = idp->next) |