source typo fixes pt2 (only on py3 merged code)

This commit is contained in:
Kunda
2017-02-27 19:18:00 -05:00
committed by wmayer
parent 06b10a4061
commit 0485edd560
33 changed files with 169 additions and 169 deletions

View File

@@ -51,7 +51,7 @@ using namespace CompleteGui;
qApp->translate("Workbench", "&Drafting");
qApp->translate("Workbench", "Sketch based");
qApp->translate("Workbench", "Primitives");
qApp->translate("Workbench", "Object appearence");
qApp->translate("Workbench", "Object appearance");
qApp->translate("Workbench", "Wire Tools");
// taken from TestGui.py
qApp->translate("Test_Test", "Self-test...");
@@ -373,7 +373,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
Drafting->setCommand("&Drafting");
Gui::MenuItem* DraftContext = new Gui::MenuItem();
DraftContext->setCommand("Object appearence");
DraftContext->setCommand("Object appearance");
*DraftContext << "Draft_ApplyStyle" << "Draft_ToggleDisplayMode";