diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/send-comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |