summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-21 20:31:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-09-21 22:53:49 -0400
commit88664f7ccbcedd974f6afdf22cd9af4a8790db7f (patch)
tree8e78d02d8dbebd05fefd0a633d88510d9c4851ae
parent00932b2c113504e343a6a0bea1b3c856eb4dfc54 (diff)
downloadgtk+-88664f7ccbcedd974f6afdf22cd9af4a8790db7f.tar.gz
Fix a typo
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 71228ee560..225f3e9e6f 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -1352,7 +1352,7 @@ gtk_entry_class_init (GtkEntryClass *class)
entry_props[PROP_ATTRIBUTES] =
g_param_spec_boxed ("attributes",
P_("Attributes"),
- P_("A list of style attributes to apply to the text of the label"),
+ P_("A list of style attributes to apply to the text of the entry"),
PANGO_TYPE_ATTR_LIST,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);