[gtk+] Fix a typo



commit 88664f7ccbcedd974f6afdf22cd9af4a8790db7f
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 21 20:31:48 2017 -0400

    Fix a typo

 gtk/gtkentry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 71228ee..225f3e9 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]