From 91751c40d4f2b1fadcce4040defb066e30409a10 Mon Sep 17 00:00:00 2001 From: Punit Jain Date: Wed, 28 Apr 2010 11:57:16 +0530 Subject: Bug #609052 - Proper warning should be shown. when saving calendar items without summary. --- calendar/gui/dialogs/send-comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index d69fd0bdc9..4a9f80ef21 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -185,11 +185,11 @@ send_component_prompt_subject (GtkWindow *parent, ECal *client, ECalComponent *c switch (vtype) { case E_CAL_COMPONENT_EVENT: - id = "calendar:prompt-send-no-subject-calendar"; + id = "calendar:prompt-save-no-subject-calendar"; break; case E_CAL_COMPONENT_TODO: - id = "calendar:prompt-send-no-subject-task"; + id = "calendar:prompt-save-no-subject-task"; break; case E_CAL_COMPONENT_JOURNAL: id = "calendar:prompt-send-no-subject-memo"; -- cgit v1.2.3