From e1c0f0182092f57e25919b87141ba175d1b0c095 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 16 Aug 2004 18:59:36 +0000 Subject: reinstate the ngettext patch that was part of the #53464 commit of 2004-08-16 Chris Toshok * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): reinstate the ngettext patch that was part of the #53464 commit of 2004-03-24 by dsegan@gmx.net. svn path=/trunk/; revision=26949 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/widgets/eab-gui-util.c | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 198360f5e8..e98a0e99a2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-08-16 Chris Toshok + + * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): + reinstate the ngettext patch that was part of the #53464 commit of + 2004-03-24 by dsegan@gmx.net. + 2004-08-12 Carlos Garnacho Parro * gui/widgets/eab-gui-util.c: Optionally use GtkFileChooser if diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index f5aca3144d..7cd9c3521d 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -272,8 +272,11 @@ eab_show_multiple_contacts (EBook *book, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - _("Opening %d contacts will open %d new windows as well.\n" - "Do you really want to display all of these contacts?"), + ngettext("Opening %d contact will open %d new window as well.\n" + "Do you really want to display this contact?", + "Opening %d contacts will open %d new windows as well.\n" + "Do you really want to display all of these contacts?", + length), length, length); -- cgit v1.2.3