Miscellaneous property string fixes

This commit is contained in:
Philip Withnall
2010-08-28 13:51:41 +01:00
committed by Philip Withnall
parent 86851b7ad3
commit ba158a24fe
3 changed files with 8 additions and 8 deletions

View File

@ -1577,7 +1577,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));