[Bf-extensions-cvs] [647f78da] master: Fix/cleanup some UI messages (typos, final points...).

Bastien Montagne noreply at git.blender.org
Sun Dec 23 22:05:42 CET 2018


Commit: 647f78dabc4e432e21ef47fc4217e7ed2547d0ce
Author: Bastien Montagne
Date:   Sun Dec 23 22:04:25 2018 +0100
Branches: master
https://developer.blender.org/rBA647f78dabc4e432e21ef47fc4217e7ed2547d0ce

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

===================================================================

M	io_import_images_as_planes.py
M	ui_translate/update_ui.py

===================================================================

diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 58cb6b67..e1c2cfbf 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -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")
diff --git a/ui_translate/update_ui.py b/ui_translate/update_ui.py
index e6921055..db42b232 100644
--- a/ui_translate/update_ui.py
+++ b/ui_translate/update_ui.py
@@ -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",



More information about the Bf-extensions-cvs mailing list