mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of a typo.
This commit is contained in:
parent
1a01f62bb7
commit
c108cc9045
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ bool Tab::may_discard_current_dirty_preset(PresetCollection* presets /*= nullptr
|
||||||
message += (m_type == Slic3r::Preset::TYPE_PRINTER) ?
|
message += (m_type == Slic3r::Preset::TYPE_PRINTER) ?
|
||||||
_(L("is not compatible with printer")) :
|
_(L("is not compatible with printer")) :
|
||||||
_(L("is not compatible with print profile"));
|
_(L("is not compatible with print profile"));
|
||||||
message += wxString("\n") + tab + from_utf8(new_printer_name) + "\n\n";
|
message += wxString("\n") + tab + from_u8(new_printer_name) + "\n\n";
|
||||||
message += _(L("and it has the following unsaved changes:"));
|
message += _(L("and it has the following unsaved changes:"));
|
||||||
}
|
}
|
||||||
auto confirm = new wxMessageDialog(parent(),
|
auto confirm = new wxMessageDialog(parent(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue