diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 640ed5fc4d..4a4ec7fbd4 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2004-03-22 Hari Prasad Nadig <hp@ndeepak.info> + + * evolution-calendar.xml: Naming issue resolved ( Bug 48293 ) + 2004-03-08 Radek Doulik <rodo@ximian.com> * evolution-mail-message.xml: added filter junk command and diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index c7b2d52e03..0f33583946 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -6,9 +6,9 @@ <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/> <cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="gtk-go-back"/> - <cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/> + <cmd name="CalendarToday" _tip="Select today" pixtype="stock" pixname="Home"/> <cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="gtk-go-forward"/> - <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="gtk-jump-to"/> + <cmd name="CalendarGoto" _tip="Select a specific date" pixtype="stock" pixname="gtk-jump-to"/> <cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/> <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/> @@ -59,9 +59,9 @@ <submenu name="View"> <placeholder name="ViewBegin"> - <menuitem name="Today" verb="CalendarToday" _label="Go to _Today" + <menuitem name="Today" verb="CalendarToday" _label="Select _Today" accel="*Control**Alt*t"/> - <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" accel="*Control**Alt*g"/> + <menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control**Alt*g"/> <separator f="" name="ecal"/> </placeholder> |