[gtk+] Fix a typo



commit cc92d6da03944357090c6442a87f6b7828ad5868
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 15 00:16:51 2011 -0500

    Fix a typo

 gtk/gtkrange.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 2ad0357..91431e1 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -508,7 +508,7 @@ gtk_range_class_init (GtkRangeClass *class)
                                    PROP_ROUND_DIGITS,
                                    g_param_spec_int ("round-digits",
                                                      P_("Round Digits"),
-                                                     P_("The number of widgets to round the value to."),
+                                                     P_("The number of digits to round the value to."),
                                                      -1,
                                                      G_MAXINT,
                                                      -1,



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