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.
This commit is contained in:
Damien Lespiau 2010-10-05 08:25:06 +01:00
parent a13182c740
commit 2d56ed637c

View File

@ -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,