diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-14 03:57:48 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-14 03:57:48 +0800 |
commit | baaa849fa432304a444f03482eb31e1eebc3153a (patch) | |
tree | 41d66c7178c5b3a7db32d0776e8bee1d6f370527 | |
parent | 5be8aeed4ccca2a2088508d64205ea3f6b6554bc (diff) | |
download | gsoc2013-evolution-baaa849fa432304a444f03482eb31e1eebc3153a.tar.gz gsoc2013-evolution-baaa849fa432304a444f03482eb31e1eebc3153a.tar.zst gsoc2013-evolution-baaa849fa432304a444f03482eb31e1eebc3153a.zip |
Changed the tooltips for several toolbar icons to make all tooltips
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".
svn path=/trunk/; revision=11950
-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"/> |