Bug 596125 — Property string fixes

This commit is contained in:
Philip Withnall
2010-08-10 09:23:49 +01:00
parent fb48e023d2
commit 3eb197b51f
15 changed files with 30 additions and 30 deletions

View File

@ -89,7 +89,7 @@ gtk_cell_renderer_spin_class_init (GtkCellRendererSpinClass *klass)
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));