diff options
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
2 files changed, 15 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 79a2722169..659fc0cb66 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2001-08-13 Anna Marie Dirks <anna@ximian.com> + * evolution-calendar.xml: Changed the tooltips for several + toolbar icons to make all tooltips consistent (in terms of + capitalization and language). Also changed "Go to the present time" + to "Go to today". + + 2001-08-12 Kjartan Maraas <kmaraas@gnome.org> [Fix #7069, New - Missing name for "Tools" menu.] diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 4fae92b30a..7ae68cb804 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -4,20 +4,20 @@ accel="*Control*n"/> <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/> - <cmd name="CalendarPrint" _tip="Print this Calendar" pixtype="pixbuf" + <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/> <cmd name="CalendarSettings" _tip="Configure the calendar's settings"/> - <cmd name="CalendarPrev" _tip="Go back in time" pixtype="stock" pixname="Back"/> - <cmd name="CalendarToday" _tip="Go to present time" pixtype="stock" pixname="Home"/> - <cmd name="CalendarNext" _tip="Go forward in time" pixtype="stock" pixname="Forward"/> + <cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="Back"/> + <cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/> + <cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="Forward"/> <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="Jump To"/> - <cmd name="ShowDayView" _tip="Show 1 day" pixtype="pixbuf"/> - <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/> - <cmd name="ShowWeekView" _tip="Show 1 week" pixtype="pixbuf"/> - <cmd name="ShowMonthView" _tip="Show 1 month" pixtype="pixbuf"/> + <cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/> + <cmd name="ShowWorkWeekView" _tip="Show work week" pixtype="pixbuf"/> + <cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/> + <cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/> <cmd name="CutEvent" _tip="Cut the selection" pixtype="stock" pixname="Cut" accel="*Control*x"/> |