FIX:translate "Edit plate setitngs" and so on

Change-Id: Ie82c5e9e4c26b6d72722914192296925ad36ff48
(cherry picked from commit c7ed2e139bccf6ef1cf18c7c232c0c759db19578)
This commit is contained in:
zhou.xu 2023-05-30 09:12:26 +08:00 committed by Lane.Wei
parent 254c3f77c2
commit a1faa927cc
24 changed files with 12379 additions and 676 deletions

View file

@ -1635,7 +1635,7 @@ void MenuFactory::append_menu_item_fill_bed(wxMenu *menu)
}
void MenuFactory::append_menu_item_plate_name(wxMenu *menu)
{
wxString name= _L("Edit plate setitngs");
wxString name= _L("Edit plate settings");
// Delete old menu item
const int item_id = menu->FindItem(name);
if (item_id != wxNOT_FOUND) menu->Destroy(item_id);