mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:translate "Edit plate setitngs" and so on
Change-Id: Ie82c5e9e4c26b6d72722914192296925ad36ff48 (cherry picked from commit c7ed2e139bccf6ef1cf18c7c232c0c759db19578)
This commit is contained in:
parent
254c3f77c2
commit
a1faa927cc
24 changed files with 12379 additions and 676 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue