diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-09 19:57:46 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-09 19:57:46 +0800 |
commit | 70131e1677eebdefa01d981edcafa4cbbf02f471 (patch) | |
tree | 68397f057b23e8d9d307a956ad2ae41f7e8be1d3 /ui/evolution-calendar.xml | |
parent | 088dc778272274c7cb50f28ba9bd6c9ff7a5b6f9 (diff) | |
download | gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.gz gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.bz2 gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.lz gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.xz gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.zst gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.zip |
s/descr/tip/
2000-10-09 Michael Meeks <michael@helixcode.com>
* evolution-subscribe.xml: s/descr/tip/
svn path=/trunk/; revision=5791
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 6a760e4cc2..c27b6f1214 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -6,7 +6,7 @@ <submenu name="New" _label="_New"> <menuitem name="CalendarNew" verb="" - _label="New Ca_lendar" _descr="Create a new calendar"/> + _label="New Ca_lendar" _tip="Create a new calendar"/> </submenu> @@ -14,13 +14,13 @@ <submenu name="Open" _label="_Open"> <menuitem name="CalendarOpen" verb="" - _label="_Open Calendar" _descr="Open a calendar"/> + _label="_Open Calendar" _tip="Open a calendar"/> </submenu> <menuitem name="CalendarSaveAs" verb="" _label="_Save Calendar As" - _descr="Save calendar As something else"/> + _tip="Save calendar As something else"/> </placeholder> @@ -38,43 +38,43 @@ <submenu name="Edit"> <menuitem name="Appointment" _label="_New appointment..." - verb="EditNewAppointment" _descr="Create a new appointment"/> + verb="EditNewAppointment" _tip="Create a new appointment"/> <menuitem name="Preferences" _label="Preferences" - verb="CalendarPreferences" _descr="Alter preferences"/> + verb="CalendarPreferences" _tip="Alter preferences"/> </submenu> </menu> <dockitem name="Toolbar" relief="none"> <toolitem name="New" _label="New" - _descr="Create a new appointment" verb="EditNewAppointment" + _tip="Create a new appointment" verb="EditNewAppointment" pixtype="stock" pixname="New"/> <toolitem type="separator"/> <toolitem name="Print" _label="Print" - _descr="Print this calendar" verb="CalendarPrint" + _tip="Print this calendar" verb="CalendarPrint" pixtype="stock" pixname="Print"/> <toolitem type="separator"/> <toolitem name="Prev" label="Prev" - _descr="Go back in time" verb="CalendarPrev" + _tip="Go back in time" verb="CalendarPrev" pixtype="stock" pixname="Back"/> <toolitem name="Today" label="Today" - _descr="Go to present time" verb="CalendarToday" + _tip="Go to present time" verb="CalendarToday" pixtype="stock" pixname="Home"/> <toolitem name="Next" label="Next" - _descr="Go forward in time" verb="CalendarNext" + _tip="Go forward in time" verb="CalendarNext" pixtype="stock" pixname="Forward"/> <toolitem type="separator"/> <toolitem name="Goto" label="Go to" - _descr="Go to a specific date" verb="CalendarGoto" + _tip="Go to a specific date" verb="CalendarGoto" pixtype="stock" pixname="Jump To"/> <toolitem type="separator"/> |