Revision: 22745
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22745
Author:   theeth
Date:     2009-08-24 16:26:58 +0200 (Mon, 24 Aug 2009)

Log Message:
-----------
Correct transform descriptions.

Some operations were described as vertex only when they aren't.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/transform/transform_ops.c

Modified: 
branches/blender2.5/blender/source/blender/editors/transform/transform_ops.c
===================================================================
--- 
branches/blender2.5/blender/source/blender/editors/transform/transform_ops.c    
    2009-08-24 12:34:19 UTC (rev 22744)
+++ 
branches/blender2.5/blender/source/blender/editors/transform/transform_ops.c    
    2009-08-24 14:26:58 UTC (rev 22745)
@@ -413,7 +413,7 @@
     /*optionals - 
         "Tilt selected vertices."
         "Specify an extra axis rotation for selected vertices of 3d curve." */
-       ot->description= "Tilt selected vertices of 3d curve."; 
+       ot->description= "Tilt selected control vertices of 3d curve."; 
        ot->idname = OP_TILT;
        ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_BLOCKING;
 
@@ -437,7 +437,7 @@
 {
        /* identifiers */
        ot->name   = "Warp";
-       ot->description= "Warp selected vertices around the cursor.";
+       ot->description= "Warp selected items around the cursor.";
        ot->idname = OP_WARP;
        ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_BLOCKING;
 
@@ -462,7 +462,7 @@
 {
        /* identifiers */
        ot->name   = "Shear";
-       ot->description= "Shear selected vertices along the horizontal screen 
axis.";
+       ot->description= "Shear selected items along the horizontal screen 
axis.";
        ot->idname = OP_SHEAR;
        ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_BLOCKING;
 
@@ -487,7 +487,7 @@
 {
        /* identifiers */
        ot->name   = "Shrink/Fatten";
-       ot->description= "Shrink/fatten selected vertices along vertex 
normals.";
+       ot->description= "Shrink/fatten selected vertices along normals.";
        ot->idname = OP_SHRINK_FATTEN;
        ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_BLOCKING;
 
@@ -509,7 +509,7 @@
 {
        /* identifiers */
        ot->name   = "To Sphere";
-    //added "around mesh center" to defferentiate between 
"MESH_OT_vertices_to_sphere()" 
+    //added "around mesh center" to differentiate between 
"MESH_OT_vertices_to_sphere()" 
        ot->description= "Move selected vertices outward in a spherical shape 
around mesh center.";
        ot->idname = OP_TOSPHERE;
        ot->flag = OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_BLOCKING;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to