aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorPriyanshu Raj <Priyanshu@students.iiit.net>2004-06-01 01:46:44 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-06-01 01:46:44 +0800
commit332244cee52698b2f8f78a98cd5387f740a0f2a7 (patch)
tree4cfd7d26369126406a96e8cd0ab7e8eeaa246b4f /calendar/gui/dialogs
parent18117c5aef48d40d41a38e402a45f0d4170176d4 (diff)
downloadgsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar
gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.gz
gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.bz2
gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.lz
gsoc2013-evolution-332244cee52698b2f8f78a98cd5387f740a0f2a7.tar.xz
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.glade2
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>