[Bf-extensions-cvs] [3f65672] master: Grr, missed this UI message fix in previous commit.

Bastien Montagne noreply at git.blender.org
Wed Dec 14 10:39:17 CET 2016


Commit: 3f65672dc348657d93c3a7b965881ebb22fcf5bf
Author: Bastien Montagne
Date:   Wed Dec 14 10:38:59 2016 +0100
Branches: master
https://developer.blender.org/rBA3f65672dc348657d93c3a7b965881ebb22fcf5bf

Grr, missed this UI message fix in previous commit.

===================================================================

M	space_view3d_math_vis/__init__.py

===================================================================

diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 5b7824f..6aa7d22 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -134,7 +134,7 @@ class ToggleMatrixBBoxDisplay(bpy.types.Operator):
 class CleanupConsole(bpy.types.Operator):
     bl_idname = "mathvis.cleanup_console"
     bl_label = "Cleanup Math Vis Console"
-    bl_description = "Remove all visualised variables from the Console"
+    bl_description = "Remove all visualized variables from the Console"
     bl_options = {'REGISTER'}
 
     def execute(self, context):



More information about the Bf-extensions-cvs mailing list