diff options
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r-- | gtk/gtkcheckbutton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index da58bb70bd..77473b8863 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -95,16 +95,16 @@ gtk_check_button_class_init (GtkCheckButtonClass *class) gtk_widget_class_install_style_property (widget_class, g_param_spec_int ("indicator_size", - _("Indicator Size"), - _("Size of check or radio indicator"), + P_("Indicator Size"), + P_("Size of check or radio indicator"), 0, G_MAXINT, INDICATOR_SIZE, G_PARAM_READABLE)); gtk_widget_class_install_style_property (widget_class, g_param_spec_int ("indicator_spacing", - _("Indicator Spacing"), - _("Spacing around check or radio indicator"), + P_("Indicator Spacing"), + P_("Spacing around check or radio indicator"), 0, G_MAXINT, INDICATOR_SPACING, |