Localization: Fixed some phrases. Updated POT and NL dictionary.

This commit is contained in:
YuSanka 2020-12-04 13:08:20 +01:00
parent 4f4d136f19
commit e610d2d2f6
9 changed files with 5188 additions and 3625 deletions

View file

@ -623,7 +623,7 @@ void PhysicalPrinterDialog::DeletePreset(PresetForPrinter* preset_for_printer)
{
if (m_presets.size() == 1) {
wxString msg_text = _L("It's not possible to delete the last related preset for the printer.");
wxMessageDialog dialog(nullptr, msg_text, _L("Infornation"), wxICON_INFORMATION | wxOK);
wxMessageDialog dialog(nullptr, msg_text, _L("Information"), wxICON_INFORMATION | wxOK);
dialog.ShowModal();
return;
}