Fixed copy/paste error

This commit is contained in:
Sybren A. Stüvel 2016-10-18 12:23:36 +02:00
parent 54dccb20ba
commit 11fd12e125

View File

@ -410,7 +410,7 @@ class PILLAR_OT_subscribe(Operator):
class PILLAR_OT_projects(async_loop.AsyncModalOperatorMixin, class PILLAR_OT_projects(async_loop.AsyncModalOperatorMixin,
pillar.PillarOperatorMixin, pillar.PillarOperatorMixin,
Operator): Operator):
"""Fetches the projects available to the user, and .""" """Fetches the projects available to the user"""
bl_idname = 'pillar.projects' bl_idname = 'pillar.projects'
bl_label = 'Fetch available projects' bl_label = 'Fetch available projects'