aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-14 03:58:58 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-14 03:58:58 +0800
commit7b7757698adecf646ad3627605f6995337457834 (patch)
tree7c94fec0e6b0937ef9275bc1bc7f68a3c5ce0a73 /ui
parentbaaa849fa432304a444f03482eb31e1eebc3153a (diff)
downloadgsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.gz
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.bz2
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.lz
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.xz
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.tar.zst
gsoc2013-evolution-7b7757698adecf646ad3627605f6995337457834.zip
Add labels for the ShowDayView, ShowWorkWeekView, ShowWeekView,
* evolution-calendar.xml: Add labels for the ShowDayView, ShowWorkWeekView, ShowWeekView, ShowMonthView buttons. svn path=/trunk/; revision=11951
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog13
-rw-r--r--ui/evolution-calendar.xml8
2 files changed, 13 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 659fc0cb66..a347cc3956 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,9 +1,14 @@
+2001-08-13 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-calendar.xml: Add labels for the ShowDayView,
+ ShowWorkWeekView, ShowWeekView, ShowMonthView buttons.
+
2001-08-13 Anna Marie Dirks <anna@ximian.com>
- * evolution-calendar.xml: Changed the tooltips for several
- toolbar icons to make all tooltips consistent (in terms of
- capitalization and language). Also changed "Go to the present time"
- to "Go to today".
+ * evolution-calendar.xml: Changed the tooltips for several toolbar
+ icons to make all tooltips consistent (in terms of capitalization
+ and language). Also changed "Go to the present time" to "Go to
+ today".
2001-08-12 Kjartan Maraas <kmaraas@gnome.org>
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 7ae68cb804..5a929e79ad 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -114,10 +114,10 @@
<separator/>
- <toolitem name="DayView" verb="ShowDayView" pixtype="pixbuf"/>
- <toolitem name="WorkWeekView" verb="ShowWorkWeekView" pixtype="pixbuf"/>
- <toolitem name="WeekView" verb="ShowWeekView" pixtype="pixbuf"/>
- <toolitem name="MonthView" verb="ShowMonthView" pixtype="pixbuf"/>
+ <toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/>
+ <toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/>
+ <toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/>
+ <toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/>
</dockitem>