diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-14 06:50:38 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-14 06:50:38 +0800 |
commit | 9d9a22881ed11744d68d4fecd7fffb2fa5330756 (patch) | |
tree | d441cec85e4b04c3da9808eec94c846008538cf8 /ui/evolution-calendar.xml | |
parent | 6e2db6b3bd951c62ae11dab8f0ba9f4611470c6e (diff) | |
download | gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.gz gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.bz2 gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.lz gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.xz gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.zst gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.zip |
applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch.
2001-08-13 Anna Marie Dirks <anna@ximian.com>
* evolution-calendar.xml : applied Neil Conway's
<nconway@klamath.dyndns.org> menu-improvement patch.
* evolution-tasks.xml : same as above.
svn path=/trunk/; revision=11975
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 5a929e79ad..a7f67e65f5 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -44,10 +44,10 @@ <placeholder name="Print"> <menuitem name="PrintPreview" verb="CalendarPrintPreview" - _label="Print Preview" pixtype="pixbuf"/> + _label="Print Pre_view" pixtype="pixbuf"/> - <menuitem name="Print" verb="CalendarPrint" - _label="_Print..." _tip="Print calendar" pixtype="pixbuf"/> + <menuitem name="Print" verb="CalendarPrint" accel="*Control*p" + _label="_Print Calendar..." pixtype="pixbuf"/> </placeholder> </submenu> |