text: Rename the nick of the position property "Cursor Position"
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 5 Oct 2010 07:25:06 +0000 (08:25 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 5 Oct 2010 07:25:06 +0000 (08:25 +0100)
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

index c19bb4b..c950c15 100644 (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,