diff options
author | Damon Chaplin <damon@ximian.com> | 2001-03-05 07:51:09 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-03-05 07:51:09 +0800 |
commit | 601186a4edc390d85bcf56d7fb725dc3c76c6533 (patch) | |
tree | 6aa52cfc40ee180821700af4774a26b4ce2fca51 /ui/evolution-calendar.xml | |
parent | 49ba8c5c71000ccae7f21177e8e18081ac254a31 (diff) | |
download | gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar.gz gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar.bz2 gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar.lz gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar.xz gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.tar.zst gsoc2013-evolution-601186a4edc390d85bcf56d7fb725dc3c76c6533.zip |
"New" -> "New Task".
2001-03-04 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: "New" -> "New Task".
* evolution-calendar.xml: "New appointment" -> "New Appointment",
"Go to" -> "Go To".
svn path=/trunk/; revision=8545
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index b512405c0e..d725a64bdd 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -6,7 +6,7 @@ <cmd name="CalendarPrint" _tip="Print this Calendar" _label="Print" pixtype="stock" pixname="Print"/> <cmd name="CalendarPreferences" _tip="Alter preferences"/> - <cmd name="EditNewAppointment" _label="New appointment" + <cmd name="EditNewAppointment" _label="New Appointment" priority="1" _tip="Create a new appointment" pixtype="stock" pixname="New"/> <cmd name="CalendarPrev" _label="Prev" _tip="Go back in time" pixtype="stock" pixname="Back"/> @@ -14,7 +14,7 @@ pixtype="stock" pixname="Home"/> <cmd name="CalendarNext" _label="Next" _tip="Go forward in time" pixtype="stock" pixname="Forward"/> - <cmd name="CalendarGoto" _label="Go to" priority="1" + <cmd name="CalendarGoto" _label="Go To" priority="1" _tip="Go to a specific date" pixtype="stock" pixname="Jump To"/> <cmd name="ShowDayView" _label="Day" _tip="Show 1 day" pixtype="pixbuf"/> <cmd name="ShowWorkWeekView" _label="5 Days" _tip="Show the working week" |