diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-event-editor.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 28cc9f94b9..f3040313d0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-06-20 Kjartan Maraas <kmaraas@gnome.org> + + * evolution-event-editor.xml: Fix typo. s/Cancel then meeting/ + Cancel the meeting/. + 2001-06-19 Chris Toshok <toshok@ximian.com> * evolution-contact-editor.xml: split out commands from diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index 840506a54d..340a502c3c 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -20,7 +20,7 @@ _tip="Obtain the latest meeting information"/> <cmd name="ActionCancelMeeting" _label="Cancel Mee_ting" - _tip="Cancel then meeting for this item"/> + _tip="Cancel the meeting for this item"/> <cmd name="ActionForward" _label="Forward as i_Calendar" _tip="Forward this item via email"/> |