Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-12-14 12:38:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-12-14 12:38:59 +0300
commit3f65672dc348657d93c3a7b965881ebb22fcf5bf (patch)
tree6e69f1b1518a47286ba434e78d44839ed58e353b /space_view3d_math_vis
parentcacdb48b03fdcb465ba0f701b067aca56b69494d (diff)
Grr, missed this UI message fix in previous commit.
Diffstat (limited to 'space_view3d_math_vis')
-rw-r--r--space_view3d_math_vis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 5b7824fd..6aa7d224 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):