aboutsummaryrefslogtreecommitdiffstats
path: root/views/calendar/galview.xml
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:20:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-11 00:20:06 +0800
commitc8313da96dfb476f247c4d6017d8ce6f45bced21 (patch)
tree8dcbe9962363be1fa2e32ed1b646c2561d013aa5 /views/calendar/galview.xml
parentf43bca46316df9c5b06250db07bde57ed92c5284 (diff)
downloadgsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar.gz
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar.bz2
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar.lz
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar.xz
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.tar.zst
gsoc2013-evolution-c8313da96dfb476f247c4d6017d8ce6f45bced21.zip
Add accelerators. [#10067]
svn path=/trunk/; revision=17407
Diffstat (limited to 'views/calendar/galview.xml')
-rw-r--r--views/calendar/galview.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/calendar/galview.xml b/views/calendar/galview.xml
index 36cc68c684..572ad0cc87 100644
--- a/views/calendar/galview.xml
+++ b/views/calendar/galview.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<GalViewCollection default-view="Day_View">
- <GalView id="Day_View" _title="Day View" filename="Day_View.galview"
+ <GalView id="Day_View" _title="_Day View" filename="Day_View.galview"
type="day_view"/>
- <GalView id="Work_Week_View" _title="Work Week View" filename="Work_Week_View.galview"
+ <GalView id="Work_Week_View" _title="_Work Week View" filename="Work_Week_View.galview"
type="work_week_view"/>
- <GalView id="Week_View" _title="Week View" filename="Week_View.galview"
+ <GalView id="Week_View" _title="W_eek View" filename="Week_View.galview"
type="week_view"/>
- <GalView id="Month_View" _title="Month View" filename="Month_View.galview"
+ <GalView id="Month_View" _title="_Month View" filename="Month_View.galview"
type="month_view"/>
</GalViewCollection>