On 2012-03-19 17:56, Abderrahim Kitouni wrote:
> Hello,
>
> 2012/3/19 Stef Walter<[email protected]>
>> The string changes are:
>>
>> - prompt = g_strdup_printf (ngettext (_("Are you sure you want to delete %d secure shell keys?"), >> + prompt = g_strdup_printf (ngettext (_("Are you sure you want to delete %d secure shell key?"), >> _("Are you sure you want to delete %d secure shell keys?"),
>>                                                    num),
>
> This looks wrong to me, you're essentially not using ngettext plural
> handling. You should remove the gettext "_" calls and keep only
> ngettext.

Thanks for catching that. Done.

Stef
_______________________________________________
gnome-doc-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-doc-list

Reply via email to