diff --git a/src/Mod/Path/PathScripts/PathPropertyBagGui.py b/src/Mod/Path/PathScripts/PathPropertyBagGui.py index 7446379b53..5b438f80c0 100644 --- a/src/Mod/Path/PathScripts/PathPropertyBagGui.py +++ b/src/Mod/Path/PathScripts/PathPropertyBagGui.py @@ -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):