Skip to content
Snippets Groups Projects
Commit 647f78da authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Fix/cleanup some UI messages (typos, final points...).

parent bada236b
Branches
Tags
No related merge requests found
......@@ -728,7 +728,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
# Properties - Material / Shader
SHADERS = (
('DIFFUSE', "Diffuse", "Diffuse Shader"),
('SHADELESS', "Shadeless", "Only visible to camera and reflections."),
('SHADELESS', "Shadeless", "Only visible to camera and reflections"),
('EMISSION', "Emit", "Emission Shader"),
)
shader: EnumProperty(name="Shader", items=SHADERS, default='DIFFUSE', description="Node shader to use")
......
......@@ -47,7 +47,7 @@ from bpy.app.translations import pgettext_iface as iface_
# Data ########################################################################
class I18nUpdateTranslationLanguage(PropertyGroup):
"""Settings/info about a language."""
"""Settings/info about a language"""
uid: StringProperty(
name="Language ID",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment