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
This commit is contained in:
committed by
Anna Dirks
parent
5be8aeed4c
commit
baaa849fa4
@ -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.]
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user