Fix whitespace error

This commit is contained in:
sliptonic
2021-02-23 19:14:49 -06:00
parent fa5dc51491
commit a6fd02cb04

View File

@@ -403,7 +403,7 @@ class PropertyBagCreateCommand(object):
pass
def GetResources(self):
return {'MenuText': translate('PathPropertyBag', 'Property Bag'),
return {'MenuText': translate('PathPropertyBag', 'PropertyBag'),
'ToolTip': translate('PathPropertyBag', 'Creates an object which can be used to store reference properties.')}
def IsActive(self):