diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-14 07:34:45 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-14 07:34:45 +0800 |
commit | 084956121985a0642ef8c55b6178568f15abcb32 (patch) | |
tree | 89e1366e8adebe11fea6084471b611b588d655db /ui/evolution-calendar.xml | |
parent | aa910c45038ae8a1350d2880e922f4833f24322b (diff) | |
download | gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.gz gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.zst gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.zip |
make the error message more friendly.
2000-10-14 Michael Meeks <michael@helixcode.com>
* bonobo/bonobo-win.c (put_hint_in_statusbar, menu_sync_state),
(toolbar_sync_state): make the error message more friendly.
svn path=/trunk/; revision=5908
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 8f65303622..65242f7fba 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -63,39 +63,39 @@ <separator/> - <toolitem name="Prev" label="Prev" + <toolitem name="Prev" _label="Prev" _tip="Go back in time" verb="CalendarPrev" pixtype="stock" pixname="Back"/> - <toolitem name="Today" label="Today" + <toolitem name="Today" _label="Today" _tip="Go to present time" verb="CalendarToday" pixtype="stock" pixname="Home"/> - <toolitem name="Next" label="Next" + <toolitem name="Next" _label="Next" _tip="Go forward in time" verb="CalendarNext" pixtype="stock" pixname="Forward"/> <separator/> - <toolitem name="Goto" label="Go to" + <toolitem name="Goto" _label="Go to" _tip="Go to a specific date" verb="CalendarGoto" pixtype="stock" pixname="Jump To"/> <separator/> - <toolitem name="DayView" label="Day" + <toolitem name="DayView" _label="Day" _tip="Show 1 day" verb="ShowDayView" pixtype="pixbuf"/> - <toolitem name="WorkWeekView" label="5 Days" + <toolitem name="WorkWeekView" _label="5 Days" _tip="Show the working week" verb="ShowWorkWeekView" pixtype="pixbuf"/> - <toolitem name="WeekView" label="Week" + <toolitem name="WeekView" _label="Week" _tip="Show 1 week" verb="ShowWeekView" pixtype="pixbuf"/> - <toolitem name="MonthView" label="Month" + <toolitem name="MonthView" _label="Month" _tip="Show 1 month" verb="ShowMonthView" pixtype="pixbuf"/> |