Re: String freeze break request for seahorse
- From: Abderrahim Kitouni <a kitouni gmail com>
- To: Stef Walter <stefw gnome org>
- Cc: GNOME I18N List <gnome-i18n gnome org>, GNOME Documentation <gnome-doc-list gnome org>, GNOME release team <release-team gnome org>
- Subject: Re: String freeze break request for seahorse
- Date: Mon, 19 Mar 2012 17:56:38 +0100
Hello,
2012/3/19 Stef Walter <stefw gnome org>
> 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.
Regards,
Abderrahim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]