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:
-rw-r--r--space_view3d_math_vis/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 8bccd950..5b7824fd 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -78,7 +78,7 @@ class PanelConsoleVars(bpy.types.Panel):
class DeleteVar(bpy.types.Operator):
bl_idname = "mathvis.delete_var"
bl_label = "Delete Var"
- bl_description = "Remove the variable from the Console."
+ bl_description = "Remove the variable from the Console"
bl_options = {'REGISTER'}
key = StringProperty(name="Key")
@@ -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 visualised variables from the Console"
bl_options = {'REGISTER'}
def execute(self, context):