aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-14 07:34:45 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-14 07:34:45 +0800
commit084956121985a0642ef8c55b6178568f15abcb32 (patch)
tree89e1366e8adebe11fea6084471b611b588d655db
parentaa910c45038ae8a1350d2880e922f4833f24322b (diff)
downloadgsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar
gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.gz
gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.bz2
gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.lz
gsoc2013-evolution-084956121985a0642ef8c55b6178568f15abcb32.tar.xz
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
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-addressbook-ldap.xml2
-rw-r--r--ui/evolution-addressbook.xml2
-rw-r--r--ui/evolution-calendar.xml16
4 files changed, 14 insertions, 10 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 2aadfbbb1e..0849371d22 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-14 Michael Meeks <michael@helixcode.com>
+
+ * *.xml: add translation '_'s to some labels.
+
2000-10-12 Damon Chaplin <damon@helixcode.com>
* evolution-calendar.xml: Added toolbar buttons to switch views.
diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml
index ad35f096f4..6429604c0e 100644
--- a/ui/evolution-addressbook-ldap.xml
+++ b/ui/evolution-addressbook-ldap.xml
@@ -62,7 +62,7 @@
_tip="Print contacts" verb="ContactsPrint"
pixtype="stock" pixname="Print"/>
- <toolitem name="Delete" label="Delete"
+ <toolitem name="Delete" _label="Delete"
_tip="Delete a contact" verb="ContactDelete"
pixtype="stock" pixname="Trash"/>
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 722259c63e..6799043d74 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -51,7 +51,7 @@
_descr="Print contacts" verb="ContactsPrint"
pixtype="stock" pixname="Print"/>
- <toolitem name="Delete" label="Delete"
+ <toolitem name="Delete" _label="Delete"
_descr="Delete a contact" verb="ContactDelete"
pixtype="stock" pixname="Trash"/>
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"/>