[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3261] trunk/py/scripts/addons: Fixed some UI message typos (spotted by Leon Cheung, thx).

Bastien Montagne montagne29 at wanadoo.fr
Sat Apr 14 17:44:54 CEST 2012


Revision: 3261
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3261
Author:   mont29
Date:     2012-04-14 15:44:54 +0000 (Sat, 14 Apr 2012)
Log Message:
-----------
Fixed some UI message typos (spotted by Leon Cheung, thx).

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_scene_dxf.py
    trunk/py/scripts/addons/io_scene_3ds/__init__.py
    trunk/py/scripts/addons/mocap/__init__.py

Modified: trunk/py/scripts/addons/io_import_scene_dxf.py
===================================================================
--- trunk/py/scripts/addons/io_import_scene_dxf.py	2012-04-14 03:46:49 UTC (rev 3260)
+++ trunk/py/scripts/addons/io_import_scene_dxf.py	2012-04-14 15:44:54 UTC (rev 3261)
@@ -2471,7 +2471,7 @@
             )
     circleResolution = IntProperty(
             name="Circle resolution",
-            description="Circle/Arc are aproximated with this factor",
+            description="Circle/Arc are approximated with this factor",
             default=theCircleRes,
             min=4,
             soft_min=4,

Modified: trunk/py/scripts/addons/io_scene_3ds/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_scene_3ds/__init__.py	2012-04-14 03:46:49 UTC (rev 3260)
+++ trunk/py/scripts/addons/io_scene_3ds/__init__.py	2012-04-14 15:44:54 UTC (rev 3261)
@@ -60,8 +60,8 @@
 
     constrain_size = FloatProperty(
             name="Size Constraint",
-            description="Scale the model by 10 until it reacehs the " \
-                        "size constraint. Zero Disables",
+            description="Scale the model by 10 until it reaches the " \
+                        "size constraint (0 to disable)",
             min=0.0, max=1000.0,
             soft_min=0.0, soft_max=1000.0,
             default=10.0,

Modified: trunk/py/scripts/addons/mocap/__init__.py
===================================================================
--- trunk/py/scripts/addons/mocap/__init__.py	2012-04-14 03:46:49 UTC (rev 3260)
+++ trunk/py/scripts/addons/mocap/__init__.py	2012-04-14 15:44:54 UTC (rev 3261)
@@ -145,7 +145,7 @@
     blend_frame = IntProperty(name="Stitch frame",
             description="Frame to locate stitch on")
     blend_amount = IntProperty(name="Blend amount",
-            description="Size of blending transitiion, on both sides of the stitch",
+            description="Size of blending transition, on both sides of the stitch",
             default=10)
     second_offset = IntProperty(name="Second offset",
             description="Frame offset for 2nd animation, where it should start",
@@ -648,7 +648,7 @@
 
 class OBJECT_OT_ScaleFixArmature(bpy.types.Operator):
     #Operator to scale down the selected armature to match the active one
-    '''Rescale selected armature to match the active animation, for convienence'''
+    '''Rescale selected armature to match the active animation, for convenience'''
     bl_idname = "mocap.scale_fix"
     bl_label = "Scale performer armature to match target armature"
 



More information about the Bf-extensions-cvs mailing list