Removed trailing period from property description
No functional changes.
This commit is contained in:
parent
379580de86
commit
6fa5ab5481
@ -243,7 +243,7 @@ class BlenderCloudPreferences(AddonPreferences):
|
|||||||
name='Relative Paths Only',
|
name='Relative Paths Only',
|
||||||
description='When enabled, only assets that are referred to with a relative path are '
|
description='When enabled, only assets that are referred to with a relative path are '
|
||||||
'packed, and assets referred to by an absolute path are excluded from the '
|
'packed, and assets referred to by an absolute path are excluded from the '
|
||||||
'BAT pack. When disabled, all assets are packed.',
|
'BAT pack. When disabled, all assets are packed',
|
||||||
default=False,
|
default=False,
|
||||||
update=project_specific.store,
|
update=project_specific.store,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user