diff options
author | Priyanshu Raj <Priyanshu@students.iiit.net> | 2004-06-01 01:46:44 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-01 01:46:44 +0800 |
commit | 332244cee52698b2f8f78a98cd5387f740a0f2a7 (patch) | |
tree | 4cfd7d26369126406a96e8cd0ab7e8eeaa246b4f /calendar/gui/e-meeting-time-sel.c | |
parent | 18117c5aef48d40d41a38e402a45f0d4170176d4 (diff) | |
download | gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.gz gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.zst gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.zip |
*Bug #51968 "Invite others.." button confusing in Appointment editor
2004-05-31 Priyanshu Raj <Priyanshu@students.iiit.net>
*Bug #51968 "Invite others.." button confusing in Appointment
editor dialog(Fixed)"
svn path=/trunk/; revision=26133
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 |
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 1d2ad43977..42f904f100 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -414,7 +414,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em button = gtk_button_new_with_label (""); gtk_label_set_text_with_mnemonic (GTK_LABEL (GTK_BIN (button)->child), - _("_Invite Others...")); + _("Add attendees from addressbook")); accel_key = gtk_label_get_mnemonic_keyval (GTK_LABEL (GTK_BIN (button)->child)); gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 6); gtk_widget_show (button); |