1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix of #5672 - Dubious grammar when closing Physical Printer dialog

This commit is contained in:
YuSanka
2021-01-04 19:03:34 +01:00
parent 5845957c7d
commit f119b80341
19 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -544,7 +544,7 @@ void PhysicalPrinterDialog::OnOK(wxEvent& event)
return;
}
if (printer_name == m_default_name) {
warning_catcher(this, _L("You should to change a name of your printer device. It can't be saved."));
warning_catcher(this, _L("You should change the name of your printer device."));
return;
}