Components.ReflowBox: Un-mark developer-only strings for translation

This commit is contained in:
Michael Gratton 2020-08-29 11:57:38 +10:00
parent 9e1aaf2d22
commit d8d59cd565

View file

@ -451,8 +451,8 @@ components_reflow_box_class_init (ComponentsReflowBoxClass *klass)
*/
props[PROP_SPACING] =
g_param_spec_uint ("spacing",
_("Spacing"),
_("Spacing between children"),
"Spacing",
"Spacing between children",
0,
G_MAXUINT,
0,
@ -467,8 +467,8 @@ components_reflow_box_class_init (ComponentsReflowBoxClass *klass)
*/
props[PROP_ROW_SPACING] =
g_param_spec_uint ("row-spacing",
_("Row spacing"),
_("Spacing between rows of children"),
"Row spacing",
"Spacing between rows of children",
0,
G_MAXUINT,
0,