summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.c
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2008-08-12 11:32:35 +0000
committerSven Neumann <neo@src.gnome.org>2008-08-12 11:32:35 +0000
commit851061574a59436f6e4c1ba47d6d4298d8125e28 (patch)
treef0e1a6af32e55b46798f7df5d7be4d36f4a3592a /gtk/gtkradiotoolbutton.c
parent960fc6eacc7e8f23390a17e89d66172fe254fdf4 (diff)
downloadgtk+-851061574a59436f6e4c1ba47d6d4298d8125e28.tar.gz
gtk/gtknotebook.c property nick and blurb should be marked with P_(), not
2008-08-12 Sven Neumann <sven@gimp.org> * gtk/gtknotebook.c * gtk/gtkradiotoolbutton.c: property nick and blurb should be marked with P_(), not _(). svn path=/trunk/; revision=21091
Diffstat (limited to 'gtk/gtkradiotoolbutton.c')
-rw-r--r--gtk/gtkradiotoolbutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c
index 68cb5fe6cd..e5e385173b 100644
--- a/gtk/gtkradiotoolbutton.c
+++ b/gtk/gtkradiotoolbutton.c
@@ -62,8 +62,8 @@ gtk_radio_tool_button_class_init (GtkRadioToolButtonClass *klass)
g_object_class_install_property (object_class,
PROP_GROUP,
g_param_spec_object ("group",
- _("Group"),
- _("The radio tool button whose group this button belongs to."),
+ P_("Group"),
+ P_("The radio tool button whose group this button belongs to."),
GTK_TYPE_RADIO_TOOL_BUTTON,
GTK_PARAM_WRITABLE));