aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-field-chooser-item.c')
-rw-r--r--widgets/table/e-table-field-chooser-item.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/table/e-table-field-chooser-item.c b/widgets/table/e-table-field-chooser-item.c
index cf781c43d5..d29dcbfa5f 100644
--- a/widgets/table/e-table-field-chooser-item.c
+++ b/widgets/table/e-table-field-chooser-item.c
@@ -630,35 +630,35 @@ etfci_class_init (ETableFieldChooserItemClass *klass)
g_object_class_install_property (object_class, PROP_DND_CODE,
g_param_spec_string ("dnd_code",
- _("DnD code"),
+ "DnD code",
/*_( */"XXX blurb" /*)*/,
NULL,
G_PARAM_READWRITE));
g_object_class_install_property (object_class, PROP_FULL_HEADER,
g_param_spec_object ("full_header",
- _("Full Header"),
+ "Full Header",
/*_( */"XXX blurb" /*)*/,
E_TABLE_HEADER_TYPE,
G_PARAM_READWRITE));
g_object_class_install_property (object_class, PROP_HEADER,
g_param_spec_object ("header",
- _("Header"),
+ "Header",
/*_( */"XXX blurb" /*)*/,
E_TABLE_HEADER_TYPE,
G_PARAM_READWRITE));
g_object_class_install_property (object_class, PROP_WIDTH,
g_param_spec_double ("width",
- _("Width"),
+ "Width",
/*_( */"XXX blurb" /*)*/,
0, G_MAXDOUBLE, 0,
G_PARAM_READWRITE));
g_object_class_install_property (object_class, PROP_HEIGHT,
g_param_spec_double ("height",
- _("Height"),
+ "Height",
/*_( */"XXX blurb" /*)*/,
0, G_MAXDOUBLE, 0,
G_PARAM_READABLE));