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

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;
}