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
This commit is contained in:
Hari Prasad Nadig
2004-03-29 15:25:43 +00:00
committed by Rodrigo Moya
parent fd3f56c46b
commit 7afa9da4d4
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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>