diff --git a/components/lazreport/source/lr_const.pas b/components/lazreport/source/lr_const.pas index 97d0dca3a5..8be0bc895c 100644 --- a/components/lazreport/source/lr_const.pas +++ b/components/lazreport/source/lr_const.pas @@ -761,15 +761,15 @@ resourcestring 'Returns the fractional part of floating point .'; SDescriptionNEWPAGE = 'NEWPAGE/'+ - 'Create new page for current report'; + 'Create new page for current report.'; SDescriptionNEWCOLUMN = 'NEWCOLUMN/'+ - 'Create new collumn on page for current report'; + 'Create new column on page for current report.'; SDescriptionSTOPREPORT = 'STOPREPORT/'+ - 'Terminate create report'; + 'Terminate report creation.'; SDescriptionSHOWBAND = 'SHOWBAND()/'+ - 'Show in report'; + 'Show in report.'; SDescriptionINC = 'INC()/'+ 'Increment .';