mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 03:39:08 +08:00
Fixed a typo
This commit is contained in:
parent
a4c12b90f1
commit
257e77ed40
@ -641,7 +641,7 @@ void GUI_App::check_printer_presets()
|
|||||||
wxString msg_text = _L("You have presets with saved options for \"Print Host upload\".\n"
|
wxString msg_text = _L("You have presets with saved options for \"Print Host upload\".\n"
|
||||||
"But from this version of PrusaSlicer we don't show/use this information in Printer Settings.\n"
|
"But from this version of PrusaSlicer we don't show/use this information in Printer Settings.\n"
|
||||||
"Now, this information will be exposed in physical printers settings.") + "\n\n" +
|
"Now, this information will be exposed in physical printers settings.") + "\n\n" +
|
||||||
_L("Enter the name for the Printer device used by defaul during its creation.\n"
|
_L("Enter the name for the Printer device used by default during its creation.\n"
|
||||||
"Note: This name can be changed later from the physical printers settings") + ":";
|
"Note: This name can be changed later from the physical printers settings") + ":";
|
||||||
wxString msg_header = _L("Name for printer device");
|
wxString msg_header = _L("Name for printer device");
|
||||||
|
|
||||||
|
@ -2981,7 +2981,7 @@ void Tab::select_preset(std::string preset_name, bool delete_current /*=false*/,
|
|||||||
if (!physical_printers.delete_preset_from_printers(m_presets->get_edited_preset().name))
|
if (!physical_printers.delete_preset_from_printers(m_presets->get_edited_preset().name))
|
||||||
{
|
{
|
||||||
wxMessageDialog dialog(nullptr, _L("There is/are a physical printer(s), which has/have one and only this printer preset.\n"
|
wxMessageDialog dialog(nullptr, _L("There is/are a physical printer(s), which has/have one and only this printer preset.\n"
|
||||||
"This/Those printer(s) will be deletede after deleting of the selected preset.\n"
|
"This/Those printer(s) will be deleted after deleting of the selected preset.\n"
|
||||||
"Are you sure you want to delete the selected preset?"), _L("Warning"), wxYES_NO | wxNO_DEFAULT | wxICON_QUESTION);
|
"Are you sure you want to delete the selected preset?"), _L("Warning"), wxYES_NO | wxNO_DEFAULT | wxICON_QUESTION);
|
||||||
if (dialog.ShowModal() == wxID_NO)
|
if (dialog.ShowModal() == wxID_NO)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user