Localization fixes (#14291)

* Restore text

* Restore english fuzzys

* Gettext

* Fuzzy for comment

* Gettext
This commit is contained in:
Ian Bassi
2026-06-19 11:54:53 -03:00
committed by GitHub
parent 0a6a42ecb5
commit d87f7e462c
25 changed files with 10323 additions and 9546 deletions

View File

@@ -53,7 +53,7 @@ namespace GUI {
//------------------------------------------
PhysicalPrinterDialog::PhysicalPrinterDialog(wxWindow* parent) :
DPIDialog(parent, wxID_ANY, _L("Printer"), wxDefaultPosition, wxSize(45 * wxGetApp().em_unit(), -1), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
DPIDialog(parent, wxID_ANY, _L("Physical Printer"), wxDefaultPosition, wxSize(45 * wxGetApp().em_unit(), -1), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
{
SetFont(wxGetApp().normal_font());
SetBackgroundColour(*wxWHITE);