Fix whitespace error

This commit is contained in:
sliptonic
2021-02-23 19:14:49 -06:00
parent 53bd6a2d77
commit 81a3b9693b

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):