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 | |
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
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 32b7fed707..521284298e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +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". + 2001-02-21 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Setup a command for MailStop. 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" diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index eaf8135645..fe692ffce5 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -38,7 +38,7 @@ </menu> <dockitem name="Toolbar"> - <toolitem name="New" _label="New" + <toolitem name="New" _label="New Task" priority="1" _tip="Create a new task" verb="TasksNewTask" pixtype="stock" pixname="New"/> |