Part: change command name Part_MakeTube to Part_Tube

This follows the style of the other Part commands which don't
have the word `Make` just the name of the noun, `Box`, `Cylinder`,
`Sphere`, etc.
This commit is contained in:
vocx-fc
2020-09-26 17:58:39 -05:00
committed by wwmayer
parent b2624c08a1
commit eb9ba049fe
2 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_Cone"
<< "Part_Torus"
<< "Separator"
<< "Part_MakeTube";
<< "Part_Tube";
Gui::MenuItem* copy = new Gui::MenuItem;
copy->setCommand("Create a copy");
@@ -183,7 +183,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Part_Sphere"
<< "Part_Cone"
<< "Part_Torus"
<< "Part_MakeTube"
<< "Part_Tube"
<< "Part_Primitives"
<< "Part_Builder";