[PartDesign] Fix and expose ViewProvider strings to translation

Closes https://github.com/FreeCAD/FreeCAD-translations/issues/24
This commit is contained in:
Kuzemko Aleksandr
2022-05-01 10:38:33 +03:00
committed by Chris Hennes
parent 2c7fce704f
commit 901a1c1915
13 changed files with 18 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ class PartDesignGuiExport ViewProviderLinearPattern : public ViewProviderTransfo
public:
ViewProviderLinearPattern()
{ featureName = std::string("LinearPattern");
menuName = QObject::tr("LinearPattern parameters");
sPixmap = "PartDesign_LinearPattern.svg"; }
protected: