summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
commitf8794ccccadc91bd37a4fe19577fc789cf0d0107 (patch)
tree47fea3e572b4614ca5aada3be8a53ea671e34980 /gtk/gtkcellrenderertext.c
parente5afc7e33198a7b694e4177de7802e80d0be1aec (diff)
downloadgtk+-f8794ccccadc91bd37a4fe19577fc789cf0d0107.tar.gz
Improve consistency of signal and property names
Diffstat (limited to 'gtk/gtkcellrenderertext.c')
-rw-r--r--gtk/gtkcellrenderertext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c
index e616633d38..4ad8c08324 100644
--- a/gtk/gtkcellrenderertext.c
+++ b/gtk/gtkcellrenderertext.c
@@ -262,7 +262,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
PROP_FONT,
g_param_spec_string ("font",
P_("Font"),
- P_("Font description as a string"),
+ P_("Font description as a string, e.g. \"Sans Italic 12\""),
NULL,
GTK_PARAM_READWRITE));
@@ -1025,7 +1025,7 @@ gtk_cell_renderer_text_set_property (GObject *object,
NULL,
&error))
{
- g_warning ("Failed to set cell text from markup due to error parsing markup: %s",
+ g_warning ("Failed to set text from markup due to error parsing markup: %s",
error->message);
g_error_free (error);
return;