Hi,
Le 12/09/2016 à 13:29, Vasco Almeida a écrit :
> - warning("Cannot handle more than %d bases. "
> - "Ignoring %s.",
> + warning(_("cannot handle more than %d bases. "
> + "Ignoring %s."),
> (int)ARRAY_SIZE(bases)-1, argv[i]);
> }This one is also missing the plural form. Thanks, JN

