From a6fd02cb0402a04cc5c3b908e98aab1deef5dda3 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 23 Feb 2021 19:14:49 -0600 Subject: [PATCH] Fix whitespace error --- src/Mod/Path/PathScripts/PathPropertyBagGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):