From 3e8006805fed9fb623e5ec1e5e1dd9440cc129d3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 23 Aug 2007 16:08:09 +0000 Subject: 2007-08-23 mcrha Fix for bug #329746 svn path=/trunk/; revision=34078 --- calendar/gui/dialogs/delete-error.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/gui/dialogs/delete-error.c') diff --git a/calendar/gui/dialogs/delete-error.c b/calendar/gui/dialogs/delete-error.c index cec4b448ac..1edd5048b5 100644 --- a/calendar/gui/dialogs/delete-error.c +++ b/calendar/gui/dialogs/delete-error.c @@ -57,7 +57,7 @@ delete_error_dialog (GError *error, ECalComponentVType vtype) str = _("The task could not be deleted due to a corba error"); break; case E_CAL_COMPONENT_JOURNAL: - str = _("The journal entry could not be deleted due to a corba error"); + str = _("The memo could not be deleted due to a corba error"); break; default: str = _("The item could not be deleted due to a corba error"); @@ -73,7 +73,7 @@ delete_error_dialog (GError *error, ECalComponentVType vtype) str = _("The task could not be deleted because permission was denied"); break; case E_CAL_COMPONENT_JOURNAL: - str = _("The journal entry could not be deleted because permission was denied"); + str = _("The memo could not be deleted because permission was denied"); break; default: str = _("The item could not be deleted because permission was denied"); @@ -89,7 +89,7 @@ delete_error_dialog (GError *error, ECalComponentVType vtype) str = _("The task could not be deleted due to an error"); break; case E_CAL_COMPONENT_JOURNAL: - str = _("The journal entry could not be deleted due to an error"); + str = _("The memo could not be deleted due to an error"); break; default: str = _("The item could not be deleted due to an error"); -- cgit v1.2.3