aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r--calendar/gui/e-memo-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index d5e5093a93..2323f75341 100644
--- a/calendar/gui/e-memo-table.c
+++ b/calendar/gui/e-memo-table.c
@@ -1050,7 +1050,7 @@ memo_table_class_init (EMemoTableClass *class)
PROP_MODEL,
g_param_spec_object (
"model",
- _("Model"),
+ "Model",
NULL,
E_TYPE_CAL_MODEL,
G_PARAM_READWRITE |
@@ -1067,7 +1067,7 @@ memo_table_class_init (EMemoTableClass *class)
PROP_SHELL_VIEW,
g_param_spec_object (
"shell-view",
- _("Shell View"),
+ "Shell View",
NULL,
E_TYPE_SHELL_VIEW,
G_PARAM_READWRITE |