Improve various translatable messages.

This commit is contained in:
Dafydd Harries
2004-07-23 15:37:27 +00:00
parent 9ccd401659
commit 179e3421a1
8 changed files with 40 additions and 4 deletions

View File

@ -110,7 +110,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
PROP_GROUP,
g_param_spec_object ("group",
P_("Group"),
P_("The radio button whose group this widget belongs."),
P_("The radio button whose group this widget belongs to."),
GTK_TYPE_RADIO_BUTTON,
G_PARAM_WRITABLE));
object_class->destroy = gtk_radio_button_destroy;