From 2d56ed637c3c71516498c5a9dc11bf521db37f6f Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 5 Oct 2010 08:25:06 +0100 Subject: [PATCH] text: Rename the nick of the position property "Cursor Position" the "position" property of ClutterText is really the position of the cursor. Rename the nick accordingly not to confuse it with the position of the actor itself and be consistent with all the other cursor-related properties. --- clutter/clutter-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index c19bb4b8d..c950c15f3 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -2695,7 +2695,7 @@ clutter_text_class_init (ClutterTextClass *klass) * Since: 1.0 */ pspec = g_param_spec_int ("position", - P_("Position"), + P_("Cursor Position"), P_("The cursor position"), -1, G_MAXINT, -1,