aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-02-08 12:35:58 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-02-08 12:35:58 +0800
commit7bf045d23d54626139eb3305dc9a350088899545 (patch)
tree8b399564d1b652d18cb7a694fb198eecac012d09 /calendar/gui
parent7eadc823343110390f9f6d54f4596e22892a3c68 (diff)
downloadgsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar.gz
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar.bz2
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar.lz
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar.xz
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.tar.zst
gsoc2013-evolution-7bf045d23d54626139eb3305dc9a350088899545.zip
Committed Ranjan's patch.
svn path=/trunk/; revision=31440
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
1 files changed, 1 insertions, 1 deletions
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",