diff options
author | Hari Prasad Nadig <hp@ndeepak.info> | 2004-03-29 23:25:43 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-29 23:25:43 +0800 |
commit | 7afa9da4d48e5e02de2462db638d4875b460c8a8 (patch) | |
tree | 5f90bdcab75db67c24473c3cdde2078cd064ecc9 /ui | |
parent | fd3f56c46b4a17856508effe788a0fdbaaed2573 (diff) | |
download | gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.gz gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.zst gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.zip |
Naming issue resolved ( Bug 48293 )
2004-03-22 Hari Prasad Nadig <hp@ndeepak.info>
* evolution-calendar.xml: Naming issue resolved ( Bug 48293 )
svn path=/trunk/; revision=25225
Diffstat (limited to 'ui')
-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> |