Removed trailing period from property description

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2019-12-12 10:40:38 +01:00
parent 379580de86
commit 6fa5ab5481

View File

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