summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-10 09:23:49 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-10 09:23:49 +0100
commit3eb197b51fbcfab20abc618c7081bb400844996e (patch)
tree287f5648ffcfa7046adcb5fbbfb56175e7e352fc /gtk/gtkspinbutton.c
parentfb48e023d2959b5596eae54728c689264ffabdbd (diff)
downloadgtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 727fa5921a..330f3277ce 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -229,7 +229,7 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class)
PROP_ADJUSTMENT,
g_param_spec_object ("adjustment",
P_("Adjustment"),
- P_("The adjustment that holds the value of the spinbutton"),
+ P_("The adjustment that holds the value of the spin button"),
GTK_TYPE_ADJUSTMENT,
GTK_PARAM_READWRITE));