mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
Trivial typo fix
This commit is contained in:
parent
0191760bdc
commit
50a206223f
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user