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 'materials_utils/operators.py')
-rw-r--r--materials_utils/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_utils/operators.py b/materials_utils/operators.py
index 98eab763..dbb5de6a 100644
--- a/materials_utils/operators.py
+++ b/materials_utils/operators.py
@@ -720,7 +720,7 @@ class MATERIAL_OT_materialutilities_auto_smooth_angle(bpy.types.Operator):
set_smooth_shading: BoolProperty(
name = "Set Smooth",
description = "Set Smooth shading for the affected objects\n"
- "This overrides the currenth smooth/flat shading that might be set to different parts of the object",
+ "This overrides the current smooth/flat shading that might be set to different parts of the object",
default = True
)