summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-10 23:02:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-10 23:03:12 -0500
commit50a206223f061e3628f9c8e2279dff04049e3d07 (patch)
treed3cb462aef33a1fceae9eadf4354288e9561a9ea
parent0191760bdc2a45d4f82af449c3bd4af5d49687a9 (diff)
downloadgtk+-50a206223f061e3628f9c8e2279dff04049e3d07.tar.gz
Trivial typo fix
-rw-r--r--gtk/gtkheaderbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c
index 2e5f3e2f30..3fba3c2b83 100644
--- a/gtk/gtkheaderbar.c
+++ b/gtk/gtkheaderbar.c
@@ -1729,7 +1729,7 @@ gtk_header_bar_class_init (GtkHeaderBarClass *class)
g_object_class_install_property (object_class,
PROP_SUBTITLE,
g_param_spec_string ("subtitle",
- P_("Subitle"),
+ P_("Subtitle"),
P_("The subtitle to display"),
NULL,
G_PARAM_READWRITE));