[PartDesign] Fix and expose ViewProvider strings to translation
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/24
This commit is contained in:
committed by
Chris Hennes
parent
a9d0d71b06
commit
c3bbb9a135
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user