diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-04-01 01:14:36 +0800 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2004-04-01 01:14:36 +0800 |
commit | 1295a3e0a4bf78f92213663df77f09a1c804ee28 (patch) | |
tree | 1b763c38b4366fee848d37a27d935bffa5851bc0 | |
parent | 331fe02266408da756dcde94702a23c2bee5162a (diff) | |
download | gsoc2013-evolution-1295a3e0a4bf78f92213663df77f09a1c804ee28.tar.gz gsoc2013-evolution-1295a3e0a4bf78f92213663df77f09a1c804ee28.tar.zst gsoc2013-evolution-1295a3e0a4bf78f92213663df77f09a1c804ee28.zip |
add missing labels to dock items.
2004-03-31 William Jon McCann <mccann@jhu.edu>
* evolution-tasks.xml:
* evolution-calendar.xml: add missing labels to dock items.
svn path=/trunk/; revision=25268
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 10 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 9e04206664..5c79e14377 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2004-03-31 William Jon McCann <mccann@jhu.edu> + + * evolution-tasks.xml: + * evolution-calendar.xml: add missing labels to dock items. + 2004-03-30 Chris Toshok <toshok@ximian.com> [ part of fix for bug #53634 ] diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 0f33583946..f64d1011e0 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -78,14 +78,14 @@ <dockitem name="Toolbar"> - <toolitem name="Print" verb="CalendarPrint"/> - <toolitem name="Delete" verb=""/> + <toolitem name="Print" verb="CalendarPrint" _label="Print"/> + <toolitem name="Delete" verb="" _label="Delete"/> <separator f="" name="ecal2"/> - <toolitem name="Prev" verb="CalendarPrev"/> - <toolitem name="Today" verb="CalendarToday"/> - <toolitem name="Next" verb="CalendarNext"/> + <toolitem name="Prev" verb="CalendarPrev" _label="Previous"/> + <toolitem name="Today" verb="CalendarToday" _label="Today"/> + <toolitem name="Next" verb="CalendarNext" _label="Next"/> <separator f="" name="ecal3"/> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 7ec1ede72f..df828aa0c7 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -60,9 +60,9 @@ <separator/> - <toolitem name="Delete" verb="TasksDelete"/> + <toolitem name="Delete" _label="Delete" verb="TasksDelete"/> - <toolitem name="Print" verb="TasksPrint"/> + <toolitem name="Print" _label="Print" verb="TasksPrint"/> </dockitem> |