diff options
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index dd06970836..a34e4663f2 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -54,8 +54,10 @@ <submenu name="View"> <placeholder name="ViewBegin"> - <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/> - <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/> + <menuitem name="Today" verb="CalendarToday" _label="Go to _Today" + accel="*Control**Alt*t"/> + <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" + pixtype="pixbuf" accel="*Control**Alt*g"/> <separator f="" name="ecal"/> </placeholder> |