diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp
index 9169487712..342dde6cbe 100644
--- a/src/html/htmprint.cpp
+++ b/src/html/htmprint.cpp
@@ -223,7 +223,7 @@ wxHtmlPrintout::CheckFit(const wxSize& pageArea, const wxSize& docArea) const
dlg.SetExtendedMessage
(
_("If possible, try changing the layout parameters to "
- "make the printout more narrow")
+ "make the printout more narrow.")
);
dlg.SetYesNoLabels(_("&Print"), _("&Cancel"));