diff options
-rw-r--r-- | ui/ChangeLog | 3 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 9a203d12de..1c44b1a70e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -2,7 +2,8 @@ * evolution-calendar.xml: 'All-Day' -> 'All Day' to be consistent everywhere. - + Added tip for 'New Task'. + 2001-08-20 Ettore Perazzoli <ettore@ximian.com> * evolution-mail-list.xml: Move the ChangeFolderProperties into diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 7dc9b31915..fc574d8c57 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -3,6 +3,7 @@ <cmd name="CalendarNewAppointment" _tip="Create a new appointment" accel="*Control*n"/> <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/> + <cmd name="CalendarNewTask" _tip="Create a new task"/> <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf" accel="*Control*p"/> @@ -15,7 +16,7 @@ <cmd name="CalendarGoto" _tip="Go to a specific date"/> <cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/> - <cmd name="ShowWorkWeekView" _tip="Show work week" pixtype="pixbuf"/> + <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/> <cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/> <cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/> |