summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 7f81f9d83d..4785cf3616 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -133,8 +133,8 @@ gtk_dialog_class_init (GtkDialogClass *class)
g_object_class_install_property (gobject_class,
PROP_HAS_SEPARATOR,
g_param_spec_boolean ("has_separator",
- _("Has separator"),
- _("The dialog has a separator bar above its buttons"),
+ P_("Has separator"),
+ P_("The dialog has a separator bar above its buttons"),
TRUE,
G_PARAM_READWRITE));
@@ -159,16 +159,16 @@ gtk_dialog_class_init (GtkDialogClass *class)
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("content_area_border",
- _("Content area border"),
- _("Width of border around the main dialog area"),
+ P_("Content area border"),
+ P_("Width of border around the main dialog area"),
0,
G_MAXINT,
2,
G_PARAM_READABLE));
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("button_spacing",
- _("Button spacing"),
- _("Spacing between buttons"),
+ P_("Button spacing"),
+ P_("Spacing between buttons"),
0,
G_MAXINT,
10,
@@ -176,8 +176,8 @@ gtk_dialog_class_init (GtkDialogClass *class)
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("action_area_border",
- _("Action area border"),
- _("Width of border around the button area at the bottom of the dialog"),
+ P_("Action area border"),
+ P_("Width of border around the button area at the bottom of the dialog"),
0,
G_MAXINT,
5,