[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41642] trunk/blender/release/scripts/ startup/bl_ui/space_clip.py: Tracker:

Thomas Dinges blender at dingto.org
Tue Nov 8 07:10:04 CET 2011


Revision: 41642
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41642
Author:   dingto
Date:     2011-11-08 06:10:04 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
Tracker:
* Typo fixes for space_clip.py, patch by Mike S on the mailing list. 

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_clip.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_clip.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_clip.py	2011-11-08 06:09:16 UTC (rev 41641)
+++ trunk/blender/release/scripts/startup/bl_ui/space_clip.py	2011-11-08 06:10:04 UTC (rev 41642)
@@ -757,8 +757,8 @@
         layout.operator("clip.set_origin")
         layout.operator("clip.set_floor")
 
-        layout.operator("clip.set_axis", text="Set X Asix").axis = "X"
-        layout.operator("clip.set_axis", text="Set Y Asix").axis = "Y"
+        layout.operator("clip.set_axis", text="Set X Axis").axis = "X"
+        layout.operator("clip.set_axis", text="Set Y Axis").axis = "Y"
 
         layout.operator("clip.set_scale")
 




More information about the Bf-blender-cvs mailing list