From acb1cbd1db96cd0a34c2a38fa1a4808ad8cb5d37 Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 27 Oct 2013 13:01:20 +0000 Subject: [PATCH] LazReport: fixed some typos git-svn-id: trunk@43327 - --- components/lazreport/source/lr_const.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 .';