diff options
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"/> |