From: Vadim Zeitlin Date: Sat, 25 Jul 2009 16:40:42 +0000 (+0000) Subject: Add a period to the sentence end. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39dfe3d45459682cfec9d7975bff2eec9a4649b9 Add a period to the sentence end. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"));