aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-08-17 02:59:36 +0800
committerChris Toshok <toshok@src.gnome.org>2004-08-17 02:59:36 +0800
commite1c0f0182092f57e25919b87141ba175d1b0c095 (patch)
treeff7ca54150b7c21cb479eaac485e543fbb74982c /addressbook/gui/widgets/eab-gui-util.c
parent29b7a8375bf1bcc646847cbabd17bd775c23e46e (diff)
downloadgsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar.gz
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar.bz2
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar.lz
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar.xz
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.tar.zst
gsoc2013-evolution-e1c0f0182092f57e25919b87141ba175d1b0c095.zip
reinstate the ngettext patch that was part of the #53464 commit of
2004-08-16 Chris Toshok <toshok@ximian.com> * 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
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.c')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c7
1 files changed, 5 insertions, 2 deletions
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);