diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-22 02:58:18 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-22 02:58:18 +0800 |
commit | a70082de9ea4f4558d6494efc5e130250ed99448 (patch) | |
tree | b9d8717d92c999656680fd0a8467ea6f4ae12326 | |
parent | 1decfd89d35ee35458d338772afd0a4e83ff01e6 (diff) | |
download | gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar.gz gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar.bz2 gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar.lz gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar.xz gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.tar.zst gsoc2013-evolution-a70082de9ea4f4558d6494efc5e130250ed99448.zip |
'All-Day' -> 'All Day' to be consistent everywhere.
2001-08-21 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: 'All-Day' -> 'All Day' to be consistent
everywhere.
svn path=/trunk/; revision=12346
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5802e6fb49..9a203d12de 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-08-21 Damon Chaplin <damon@ximian.com> + + * evolution-calendar.xml: 'All-Day' -> 'All Day' to be consistent + everywhere. + 2001-08-20 Ettore Perazzoli <ettore@ximian.com> * evolution-mail-list.xml: Move the ChangeFolderProperties into diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index e44b36e411..7dc9b31915 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -78,7 +78,7 @@ <submenu name="Actions" _label="_Actions"> <menuitem name="NewAppointment" verb="CalendarNewAppointment" _label="Create a _New Appointment" pixtype="pixbuf"/> - <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All-Day _Event" pixtype="pixbuf"/> + <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All Day _Event" pixtype="pixbuf"/> <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/> |