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>2018-12-24 17:03:09 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-24 17:03:09 +0300
commitc8931d77ad6f6e040cfa9b4b9c17460d2d00d8c5 (patch)
tree29206ab67267919b61ac509c36e84dae77f5ad60 /io_import_images_as_planes.py
parent647f78dabc4e432e21ef47fc4217e7ed2547d0ce (diff)
Fix/cleanup typos and such in UI messages.
Diffstat (limited to 'io_import_images_as_planes.py')
-rw-r--r--io_import_images_as_planes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index e1c2cfbf..8030e63b 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -750,7 +750,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
# Properties - Image
use_transparency: BoolProperty(
name="Use Alpha", default=True,
- description="Use alphachannel for transparency")
+ description="Use alpha channel for transparency")
t = bpy.types.Image.bl_rna.properties["alpha_mode"]
alpha_mode_items = tuple((e.identifier, e.name, e.description) for e in t.enum_items)