Removed trailing period from bl_desc

This commit is contained in:
Sybren A. Stüvel 2016-07-19 18:13:09 +02:00
parent d5139c767e
commit 0d69b1d7ec

View File

@ -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(