aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/task-editor.c')
-rw-r--r--calendar/gui/dialogs/task-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c
index 46a2f95d0e..09494cec1a 100644
--- a/calendar/gui/dialogs/task-editor.c
+++ b/calendar/gui/dialogs/task-editor.c
@@ -322,7 +322,7 @@ task_editor_init (TaskEditor *te)
te->priv->task_page = task_page_new (te->priv->model, editor);
comp_editor_append_page (
editor, COMP_EDITOR_PAGE (te->priv->task_page),
- _("_Task"), TRUE);
+ _("Task"), TRUE);
te->priv->task_details_window = gtk_dialog_new_with_buttons (
_("Task Details"), GTK_WINDOW (te), GTK_DIALOG_MODAL,