Trivial typo fix

This commit is contained in:
Matthias Clasen 2013-12-10 23:02:33 -05:00
parent 0191760bdc
commit 50a206223f

View File

@ -1729,7 +1729,7 @@ gtk_header_bar_class_init (GtkHeaderBarClass *class)
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_SUBTITLE, PROP_SUBTITLE,
g_param_spec_string ("subtitle", g_param_spec_string ("subtitle",
P_("Subitle"), P_("Subtitle"),
P_("The subtitle to display"), P_("The subtitle to display"),
NULL, NULL,
G_PARAM_READWRITE)); G_PARAM_READWRITE));