[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55687] trunk/blender/release/scripts/ startup/bl_ui/properties_physics_common.py: Fix typo in recent i18n changes

Sergej Reich sergej.reich at googlemail.com
Sun Mar 31 19:41:22 CEST 2013


Revision: 55687
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55687
Author:   sergof
Date:     2013-03-31 17:41:22 +0000 (Sun, 31 Mar 2013)
Log Message:
-----------
Fix typo in recent i18n changes

Broke rigid body buttons in physics tab.

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

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_physics_common.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_physics_common.py	2013-03-31 16:17:18 UTC (rev 55686)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_physics_common.py	2013-03-31 17:41:22 UTC (rev 55687)
@@ -51,7 +51,7 @@
     if data:
         sub.operator(removeop, text=name, text_ctxt=i18n_contexts.default, icon='X')
     else:
-        sub.operator(addop, text=name, text_ctxt=i18n_context.default, icon=typeicon)
+        sub.operator(addop, text=name, text_ctxt=i18n_contexts.default, icon=typeicon)
 
 
 class PHYSICS_PT_add(PhysicButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list