[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54169] trunk/blender/release/scripts/ startup/bl_ui/space_view3d.py: Missed a change in previous commit

Joshua Leung aligorith at gmail.com
Tue Jan 29 03:11:24 CET 2013


Revision: 54169
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54169
Author:   aligorith
Date:     2013-01-29 02:11:16 +0000 (Tue, 29 Jan 2013)
Log Message:
-----------
Missed a change in previous commit

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

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2013-01-29 02:00:33 UTC (rev 54168)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2013-01-29 02:11:16 UTC (rev 54169)
@@ -2712,7 +2712,7 @@
 
         col.separator()
 
-        col.operator("sketch.convert", text="Convert")
+        col.operator("sketch.convert", text="Convert to Bones")
 
 
 class VIEW3D_PT_context_properties(Panel):




More information about the Bf-blender-cvs mailing list