diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 5b33c6e860..834e791b2b 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -376,7 +376,7 @@ void wxHtmlPrintout::CountPages() m_PageBreaks.Add( pos); if( m_PageBreaks.Count() > wxHTML_PRINT_MAX_PAGES) { - wxMessageBox( _("HTML pagination algorithm generated more than the allowed maximum number of pages and it can continue any longer!"), + wxMessageBox( _("HTML pagination algorithm generated more than the allowed maximum number of pages and it can't continue any longer!"), _("Warning"), wxCANCEL | wxICON_ERROR ); break; }