aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorter.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sorter.c')
-rw-r--r--widgets/table/e-table-sorter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-sorter.c b/widgets/table/e-table-sorter.c
index 82ed1d860a..805aed5ca1 100644
--- a/widgets/table/e-table-sorter.c
+++ b/widgets/table/e-table-sorter.c
@@ -170,8 +170,8 @@ ets_class_init (ETableSorterClass *klass)
g_object_class_install_property (object_class, PROP_SORT_INFO,
g_param_spec_object ("sort_info",
- _("Sort Info"),
- /*_( */"XXX blurb" /*)*/,
+ "Sort Info",
+ NULL,
E_TABLE_SORT_INFO_TYPE,
G_PARAM_READWRITE));
}