From a17f785245005c80614e6c027cdf1a3f49518fac Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 20 Aug 2001 02:00:29 +0000 Subject: fixed typo, 'send' -> 'sent'. Bug #7621. 2001-08-19 Damon Chaplin * gui/e-itip-control.c: fixed typo, 'send' -> 'sent'. Bug #7621. svn path=/trunk/; revision=12235 --- calendar/ChangeLog | 4 ++++ calendar/gui/e-itip-control.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 47f82094a7..1e59fb4752 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2001-08-19 Damon Chaplin + + * gui/e-itip-control.c: fixed typo, 'send' -> 'sent'. Bug #7621. + 2001-08-18 Damon Chaplin * gui/dialogs/cal-prefs-dialog.glade: added option to hide completed diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index d1cfe95c5d..734a10494e 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1000,7 +1000,7 @@ send_item (EItipControl *itip) itip_send_comp (CAL_COMPONENT_METHOD_PUBLISH, comp); dialog = gnome_ok_dialog (_("Item sent!\n")); } else { - dialog = gnome_warning_dialog (_("The item could not be send!\n")); + dialog = gnome_warning_dialog (_("The item could not be sent!\n")); } gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); } @@ -1028,7 +1028,7 @@ send_freebusy (EItipControl *itip) itip_send_comp (CAL_COMPONENT_METHOD_REPLY, comp); dialog = gnome_ok_dialog (_("Item sent!\n")); } else { - dialog = gnome_warning_dialog (_("The item could not be send!\n")); + dialog = gnome_warning_dialog (_("The item could not be sent!\n")); } gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); } -- cgit v1.2.3