diff --git a/src/common/prntbase.cpp b/src/common/prntbase.cpp index 34cfe0b5a1..0fabb99c63 100644 --- a/src/common/prntbase.cpp +++ b/src/common/prntbase.cpp @@ -467,7 +467,7 @@ void wxPreviewControlBar::CreateButtons() if (m_buttonFlags & wxPREVIEW_GOTO) { - m_gotoPageButton = new wxButton(this, wxID_PREVIEW_GOTO, wxT("Goto..."), wxPoint(x, y), + m_gotoPageButton = new wxButton(this, wxID_PREVIEW_GOTO, _("Goto..."), wxPoint(x, y), wxSize(buttonWidth, buttonHeight)); x += gap + buttonWidth; }