Revert "Fix typos and grammar (#6638)"

This reverts commit 1afc1372bc.
This commit is contained in:
SoftFever 2024-09-07 20:04:17 +08:00
parent 07d79376d3
commit 220213e846
44 changed files with 471 additions and 468 deletions

View file

@ -2607,7 +2607,7 @@ void MainFrame::init_menubar_as_editor()
viewMenu->Check(wxID_CAMERA_ORTHOGONAL + camera_id_base, true);
viewMenu->AppendSeparator();
append_menu_check_item(viewMenu, wxID_ANY, _L("Show &G-code Window") + "\tC", _L("Show g-code window in Preview scene"),
append_menu_check_item(viewMenu, wxID_ANY, _L("Show &G-code Window") + "\tC", _L("Show g-code window in Previce scene"),
[this](wxCommandEvent &) {
wxGetApp().toggle_show_gcode_window();
m_plater->get_current_canvas3D()->post_event(SimpleEvent(wxEVT_PAINT));