summaryrefslogtreecommitdiff
path: root/gtk/gtktoggleaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktoggleaction.c')
-rw-r--r--gtk/gtktoggleaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c
index 1f4a8d7a03..fe251576e9 100644
--- a/gtk/gtktoggleaction.c
+++ b/gtk/gtktoggleaction.c
@@ -126,8 +126,8 @@ gtk_toggle_action_class_init (GtkToggleActionClass *klass)
g_object_class_install_property (gobject_class,
PROP_DRAW_AS_RADIO,
g_param_spec_boolean ("draw_as_radio",
- _("Create the same proxies as a radio action"),
- _("Whether the proxies for this action look like radio action proxies"),
+ P_("Create the same proxies as a radio action"),
+ P_("Whether the proxies for this action look like radio action proxies"),
FALSE,
G_PARAM_READWRITE));