Fix the "language_set" blurb. (#129720, Christian Rose)
Sun Dec 21 00:39:50 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Fix the "language_set" blurb. (#129720, Christian Rose)
This commit is contained in:
committed by
Matthias Clasen
parent
5f65142b3c
commit
f3faa16dab
@ -447,7 +447,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
|
||||
|
||||
ADD_SET_PROP ("language_set", PROP_LANGUAGE_SET,
|
||||
_("Language set"),
|
||||
_("Whether this tag affects the language the text is renderer as"));
|
||||
_("Whether this tag affects the language the text is rendered as"));
|
||||
|
||||
text_cell_renderer_signals [EDITED] =
|
||||
g_signal_new ("edited",
|
||||
|
||||
Reference in New Issue
Block a user