New de translation and typos for 2.20beta (#6702)

* add new de translation for 2.2 beta

* fix typo info(r)mation

* build new locals
This commit is contained in:
Heiko Liebscher 2024-09-09 16:42:27 +02:00 committed by GitHub
parent cb8866b478
commit adb2d33c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 1504 additions and 1342 deletions

View file

@ -975,7 +975,7 @@ bool GuideFrame::run()
return false;
} else if (result == wxID_EDIT) {
this->Close();
FilamentInfomation *filament_info = new FilamentInfomation();
Filamentinformation *filament_info = new Filamentinformation();
filament_info->filament_id = m_editing_filament_id;
wxQueueEvent(wxGetApp().plater(), new SimpleEvent(EVT_MODIFY_FILAMENT, filament_info));
return false;