aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
diff options
context:
space:
mode:
authorHari Prasad Nadig <hp@ndeepak.info>2004-03-29 23:25:43 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-29 23:25:43 +0800
commit7afa9da4d48e5e02de2462db638d4875b460c8a8 (patch)
tree5f90bdcab75db67c24473c3cdde2078cd064ecc9 /ui/evolution-calendar.xml
parentfd3f56c46b4a17856508effe788a0fdbaaed2573 (diff)
downloadgsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar
gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.gz
gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.bz2
gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.lz
gsoc2013-evolution-7afa9da4d48e5e02de2462db638d4875b460c8a8.tar.xz
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/evolution-calendar.xml')
-rw-r--r--ui/evolution-calendar.xml8
1 files changed, 4 insertions, 4 deletions
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>