Change of string [Evolution]



Hi!

Patch for bug#322009 has been committed.
http://bugzilla.gnome.org/show_bug.cgi?id=322009

The fix changes the string "Contacts" to "Attendees". 

Affected file is
evolution/calendar/gui/e-meeting-time-sel.c


Ranjan

Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2943
diff -u -p -r1.2943 ChangeLog
--- calendar/ChangeLog	16 Jan 2006 12:59:43 -0000	1.2943
+++ calendar/ChangeLog	17 Jan 2006 10:54:25 -0000
@@ -1,3 +1,8 @@
+2006-01-17  Ranjan Somani  <sranjan novell com>
+
+	 Fixes #322009
+        * gui/e-meeting-time-sel.c: line 431: Changed Label "Contacts..." to "Attendees..."
+
 2006-01-16  Srinivasa Ragavan  <sragavan novell com>
 
 	Fixes #324739
Index: calendar/gui/e-meeting-time-sel.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-meeting-time-sel.c,v
retrieving revision 1.72
diff -u -p -r1.72 e-meeting-time-sel.c
--- calendar/gui/e-meeting-time-sel.c	21 Dec 2005 08:33:19 -0000	1.72
+++ calendar/gui/e-meeting-time-sel.c	17 Jan 2006 10:56:18 -0000
@@ -428,7 +428,7 @@ e_meeting_time_selector_construct (EMeet
 			  0, 1, 3, 4, GTK_FILL, 0, 0, 0);
 	gtk_widget_show (hbox);
 
-	mts->add_attendees_button = e_button_new_with_stock_icon (_("Con_tacts..."), "gtk-jump-to");
+	mts->add_attendees_button = e_button_new_with_stock_icon (_("A_ttendees..."), "gtk-jump-to");
 	gtk_box_pack_start (GTK_BOX (hbox), mts->add_attendees_button, TRUE, TRUE, 6);
 	gtk_widget_show (mts->add_attendees_button);
 	g_signal_connect (mts->add_attendees_button, "clicked",


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