diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 | ||||
-rw-r--r-- | calendar/gui/e-memo-table.c | 4 | ||||
-rw-r--r-- | calendar/gui/e-task-table.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index eaa5df68e1..9e2ab5579e 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -322,7 +322,7 @@ e_cal_model_class_init (ECalModelClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Client"), + "Default Client", NULL, E_TYPE_CAL, G_PARAM_READWRITE)); 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 | diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c index c71eeeeb04..6015962398 100644 --- a/calendar/gui/e-task-table.c +++ b/calendar/gui/e-task-table.c @@ -1349,7 +1349,7 @@ task_table_class_init (ETaskTableClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), + "Model", NULL, E_TYPE_CAL_MODEL, G_PARAM_READWRITE | @@ -1366,7 +1366,7 @@ task_table_class_init (ETaskTableClass *class) PROP_SHELL_VIEW, g_param_spec_object ( "shell-view", - _("Shell View"), + "Shell View", NULL, E_TYPE_SHELL_VIEW, G_PARAM_READWRITE | |