Removed trailing period from bl_desc
This commit is contained in:
parent
d5139c767e
commit
0d69b1d7ec
@ -41,7 +41,7 @@ class SyncStatusProperties(PropertyGroup):
|
|||||||
('SYNCING', 'SYNCING', 'Synchronising with Blender Cloud.'),
|
('SYNCING', 'SYNCING', 'Synchronising with Blender Cloud.'),
|
||||||
],
|
],
|
||||||
name='status',
|
name='status',
|
||||||
description='Current status of Blender Sync.',
|
description='Current status of Blender Sync',
|
||||||
update=redraw)
|
update=redraw)
|
||||||
|
|
||||||
version = EnumProperty(
|
version = EnumProperty(
|
||||||
|
Reference in New Issue
Block a user