mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
committed by
GitHub
parent
b1bb08b096
commit
14dd1078bf
@@ -3191,7 +3191,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
|
||||
wxGetApp().app_config ->set("ams_filament_ids", p->ams_list_device, ams_filament_ids);
|
||||
if (!unknowns.empty()) {
|
||||
MessageDialog dlg(this,
|
||||
_L("There are some unknown or uncompatible filaments mapped to generic preset.\nPlease update Orca Slicer or restart Orca Slicer to check if there is an update to system presets.") + detail,
|
||||
_L("There are some unknown or incompatible filaments mapped to generic preset.\nPlease update Orca Slicer or restart Orca Slicer to check if there is an update to system presets.") + detail,
|
||||
_L("Sync filaments with AMS"), wxOK);
|
||||
dlg.ShowModal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user