[Fwd: [evolution-patches] reinstatement of ngettext patch for 53464]



This breaks the evo string freeze, and was committed today.

Chris
--- Begin Message ---
I reverted this way back when, and was flamed on the list, but never
reinstated it.

Chris


!DSPAM:4117ce4a591841173519593!
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1805
diff -u -r1.1805 ChangeLog
--- ChangeLog	4 Aug 2004 15:23:13 -0000	1.1805
+++ ChangeLog	9 Aug 2004 19:16:47 -0000
@@ -1,3 +1,9 @@
+2004-08-09  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 
+
 2004-08-04  Rodney Dawes  <dobey novell com>
 
 	* gui/widgets/eab-popup-control.c: #include <gtk/gtkvbox.h>
Index: gui/widgets/eab-gui-util.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/eab-gui-util.c,v
retrieving revision 1.24
diff -u -r1.24 eab-gui-util.c
--- gui/widgets/eab-gui-util.c	23 Jun 2004 22:59:21 -0000	1.24
+++ gui/widgets/eab-gui-util.c	9 Aug 2004 19:16:47 -0000
@@ -272,8 +272,11 @@
 							 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);
 

--- End Message ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]