Components.ReflowBox: Un-mark developer-only strings for translation
This commit is contained in:
parent
9e1aaf2d22
commit
d8d59cd565
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue