diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 29352642e7..79e951244e 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -518,7 +518,7 @@ event_editor_class_init (EventEditorClass *class) object_class->constructed = event_editor_constructed; editor_class = COMP_EDITOR_CLASS (class); - editor_class->help_section = "usage-calendar-apts"; + editor_class->help_section = "calendar-usage-add-appointment"; editor_class->edit_comp = event_editor_edit_comp; editor_class->send_comp = event_editor_send_comp; editor_class->show_categories = event_editor_show_categories; |