aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-task-shell-content.c')
-rw-r--r--modules/calendar/e-task-shell-content.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/calendar/e-task-shell-content.c b/modules/calendar/e-task-shell-content.c
index 910b4da48e..fdbfa758a4 100644
--- a/modules/calendar/e-task-shell-content.c
+++ b/modules/calendar/e-task-shell-content.c
@@ -626,8 +626,8 @@ task_shell_content_class_init (ETaskShellContentClass *class)
PROP_MODEL,
g_param_spec_object (
"model",
- _("Model"),
- _("The task table model"),
+ "Model",
+ "The task table model",
E_TYPE_CAL_MODEL,
G_PARAM_READABLE));
@@ -636,8 +636,8 @@ task_shell_content_class_init (ETaskShellContentClass *class)
PROP_PREVIEW_VISIBLE,
g_param_spec_boolean (
"preview-visible",
- _("Preview is Visible"),
- _("Whether the preview pane is visible"),
+ "Preview is Visible",
+ "Whether the preview pane is visible",
TRUE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT));