Fix locale errors

This commit is contained in:
Twan van Laarhoven
2020-05-22 19:02:31 +02:00
parent 8192bd9613
commit 9922e39feb
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ void CardsPrintout::drawCard(DC& dc, const CardP& card, int card_nr) {
PrintJobP make_print_job(Window* parent, const SetP& set, const ExportCardSelectionChoices& choices) {
// Let the user choose cards
// controls
ExportWindowBase wnd(parent, _TITLE_("select cards"), set, choices);
ExportWindowBase wnd(parent, _TITLE_("select cards print"), set, choices);
wxCheckBox* space = new wxCheckBox(&wnd, wxID_ANY, L"Put space between cards");
space->SetValue(settings.print_layout);
// layout