diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp
index 60d681cff0..6a22f88547 100644
--- a/src/html/htmprint.cpp
+++ b/src/html/htmprint.cpp
@@ -225,7 +225,7 @@ wxHtmlPrintout::CheckFit(const wxSize& pageArea, const wxSize& docArea) const
_("If possible, try changing the layout parameters to "
"make the printout more narrow.")
);
- dlg.SetOKLabel(_("&Print"));
+ dlg.SetOKLabel(wxID_PRINT);
if ( dlg.ShowModal() == wxID_CANCEL )
return false;