forked from AuroraMiddleware/gtk
Miscellaneous property string fixes
This commit is contained in:
parent
895b9ff43f
commit
77d28e3104
@ -135,7 +135,7 @@ gtk_button_box_class_init (GtkButtonBoxClass *class)
|
||||
PROP_LAYOUT_STYLE,
|
||||
g_param_spec_enum ("layout-style",
|
||||
P_("Layout style"),
|
||||
P_("How to layout the buttons in the box. Possible values are default, spread, edge, start and end"),
|
||||
P_("How to lay out the buttons in the box. Possible values are: default, spread, edge, start and end"),
|
||||
GTK_TYPE_BUTTON_BOX_STYLE,
|
||||
GTK_BUTTONBOX_DEFAULT_STYLE,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
@ -1555,7 +1555,7 @@ gtk_tool_item_group_class_init (GtkToolItemGroupClass *cls)
|
||||
g_object_class_install_property (oclass, PROP_COLLAPSED,
|
||||
g_param_spec_boolean ("collapsed",
|
||||
P_("Collapsed"),
|
||||
P_("Wether the group has been collapsed and items are hidden"),
|
||||
P_("Whether the group has been collapsed and items are hidden"),
|
||||
DEFAULT_COLLAPSED,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user