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/dialogs | |
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/dialogs')
-rw-r--r-- | calendar/gui/dialogs/meeting-page.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/meeting-page.glade b/calendar/gui/dialogs/meeting-page.glade index 808359ed81..5a13ad5c77 100644 --- a/calendar/gui/dialogs/meeting-page.glade +++ b/calendar/gui/dialogs/meeting-page.glade @@ -235,7 +235,7 @@ <widget class="GtkButton" id="invite"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Invite Others...</property> + <property name="label" translatable="yes">Add attendees from addressbook.</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> </widget> |