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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user