[Bf-extensions-cvs] [a2cfd4cf] master: Usual UI messages and i18n fixes.

Bastien Montagne noreply at git.blender.org
Mon Jan 9 09:29:52 CET 2023


Commit: a2cfd4cf92b9af14fc45c086f0fd5db70e26b47c
Author: Bastien Montagne
Date:   Mon Jan 9 09:29:29 2023 +0100
Branches: master
https://developer.blender.org/rBAa2cfd4cf92b9af14fc45c086f0fd5db70e26b47c

Usual UI messages and i18n fixes.

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 84340c94..40104386 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -125,8 +125,8 @@ class ExportGLTF2_Base(ConvertGLTF2_Base):
     gltf_export_id: StringProperty(
         name='Identifier',
         description=(
-            'Identifier of caller (in case of addon calling this exporter. '
-            'Can be useful in case of Extension added by other addons'
+            'Identifier of caller (in case of add-on calling this exporter). '
+            'Can be useful in case of Extension added by other add-ons'
         ),
         default=''
     )



More information about the Bf-extensions-cvs mailing list