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:
Diffstat (limited to 'mesh_inset/__init__.py')
-rw-r--r--mesh_inset/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index 95a03830..d589cabd 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -90,7 +90,7 @@ class Inset(bpy.types.Operator):
def draw(self, context):
layout = self.layout
box = layout.box()
- box.label("Inset Options")
+ box.label("Inset Options:")
box.prop(self, "scale")
box.prop(self, "inset_amount")
box.prop(self, "inset_height")