]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a period to the sentence end.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 16:40:42 +0000 (16:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Jul 2009 16:40:42 +0000 (16:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmprint.cpp

index 916948771249687487ef0e844677adc4d91f8c7d..342dde6cbed83c9e07d629ce3866a1bd1c342195 100644 (file)
@@ -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"));