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