Miscellaneous property string fixes

This commit is contained in:
Philip Withnall 2010-08-28 16:55:53 +01:00 committed by Philip Withnall
parent 895b9ff43f
commit 77d28e3104
2 changed files with 2 additions and 2 deletions

View File

@ -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));

View File

@ -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));