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

This commit is contained in:
Bastien Montagne 2018-12-23 22:04:25 +01:00
parent bada236b7a
commit 647f78dabc
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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",