diff options
Diffstat (limited to 'calendar/gui/dialogs/changed-comp.c')
-rw-r--r-- | calendar/gui/dialogs/changed-comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/changed-comp.c b/calendar/gui/dialogs/changed-comp.c index 14d27b2424..308f6ba732 100644 --- a/calendar/gui/dialogs/changed-comp.c +++ b/calendar/gui/dialogs/changed-comp.c @@ -65,7 +65,7 @@ changed_component_dialog (GtkWindow *parent, ECalComponent *comp, gboolean delet break; case E_CAL_COMPONENT_JOURNAL: - str = _("This journal entry has been deleted."); + str = _("This memo has been deleted."); break; default: @@ -89,7 +89,7 @@ changed_component_dialog (GtkWindow *parent, ECalComponent *comp, gboolean delet break; case E_CAL_COMPONENT_JOURNAL: - str = _("This journal entry has been changed."); + str = _("This memo has been changed."); break; default: |