[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4404] trunk/py/scripts/addons/ io_anim_bvh/__init__.py: Minor UI message fix.

Bastien Montagne montagne29 at wanadoo.fr
Fri Mar 22 00:04:09 CET 2013


Revision: 4404
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4404
Author:   mont29
Date:     2013-03-21 23:04:09 +0000 (Thu, 21 Mar 2013)
Log Message:
-----------
Minor UI message fix.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_anim_bvh/__init__.py

Modified: trunk/py/scripts/addons/io_anim_bvh/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_anim_bvh/__init__.py	2013-03-21 14:57:59 UTC (rev 4403)
+++ trunk/py/scripts/addons/io_anim_bvh/__init__.py	2013-03-21 23:04:09 UTC (rev 4404)
@@ -83,7 +83,7 @@
     use_fps_scale = BoolProperty(
             name="Scale FPS",
             description=("Scale the framerate from the BVH to "
-                         " the current scenes, Otherwise each "
+                         "the current scenes, otherwise each "
                          "BVH frame maps directly to a Blender frame"),
             default=False,
             )



More information about the Bf-extensions-cvs mailing list