diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-20 23:43:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-20 23:43:30 +0000 |
commit | f3faa16dab385437e1453cf52a54acb80c2bf373 (patch) | |
tree | 6a13c26b3192a996d573d3d45454ea3a971f4786 /gtk | |
parent | 5f65142b3ca6c8885273a60e61a0cc0c1a151da8 (diff) | |
download | gtk+-f3faa16dab385437e1453cf52a54acb80c2bf373.tar.gz |
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)
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcellrenderertext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c index a4e18c284e..fe79f6cfae 100644 --- a/gtk/gtkcellrenderertext.c +++ b/gtk/gtkcellrenderertext.c @@ -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", |