Usual UI messages and i18n fixes.

This commit is contained in:
Bastien Montagne 2023-01-09 09:29:29 +01:00
parent 29a67357a0
commit a2cfd4cf92
1 changed files with 2 additions and 2 deletions

View File

@ -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=''
)