From 7bf045d23d54626139eb3305dc9a350088899545 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 8 Feb 2006 04:35:58 +0000 Subject: Committed Ranjan's patch. svn path=/trunk/; revision=31440 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-meeting-time-sel.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cc4a76631f..aaca8b341f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-01-17 Ranjan Somani + + ** Fixes #322009 + * gui/e-meeting-time-sel.c: line 431: Changed Label "Contacts..." to "Attendees..." + 2006-01-06 Johnny Jacob ** Fixes #325941 diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index 801347ce3b..92efe897d6 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -428,7 +428,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em 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", -- cgit v1.2.3