aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/delete-error.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-24 00:08:09 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-24 00:08:09 +0800
commit3e8006805fed9fb623e5ec1e5e1dd9440cc129d3 (patch)
treeb9e7d21eb842c1fe8de77a100e45b96bbe72228a /calendar/gui/dialogs/delete-error.c
parent8611c86552211433a9c2f0662e0f3b0a188515c3 (diff)
downloadgsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.gz
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.bz2
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.lz
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.xz
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.zst
gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.zip
2007-08-23 mcrha Fix for bug #329746
svn path=/trunk/; revision=34078
Diffstat (limited to 'calendar/gui/dialogs/delete-error.c')
-rw-r--r--calendar/gui/dialogs/delete-error.c6
1 files changed, 3 insertions, 3 deletions
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");