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/__init__.py')
-rw-r--r--materials_utils/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/materials_utils/__init__.py b/materials_utils/__init__.py
index ea85a104..5b5cda6f 100644
--- a/materials_utils/__init__.py
+++ b/materials_utils/__init__.py
@@ -1807,7 +1807,7 @@ class VIEW3D_MT_remove_material(Menu):
if c_render_engine("Lux"):
layout.label(text="Sorry, other Menu functions are", icon="INFO")
- layout.label(text="unvailable with Lux Renderer")
+ layout.label(text="unavailable with Lux Renderer")
return
layout.operator("view3d.material_remove_slot", icon='COLOR_GREEN')
@@ -2360,7 +2360,7 @@ class VIEW3D_MT_material_utils_pref(AddonPreferences):
description="Set the type of Add Material menu",
items=(
('STANDARD', "Standard Menu",
- "Material entries in the menu are bellow each other"),
+ "Material entries in the menu are below each other"),
('COLUMNS', "Column Menu",
"Material entries are placed in column blocks"),
('POPUP', "Pop up Menu",