LazReport: fixed some typos

git-svn-id: trunk@43327 -
This commit is contained in:
maxim 2013-10-27 13:01:20 +00:00
parent b1d5a81dfb
commit acb1cbd1db

View File

@ -761,15 +761,15 @@ resourcestring
'Returns the fractional part of floating point <Value>.'; 'Returns the fractional part of floating point <Value>.';
SDescriptionNEWPAGE = 'NEWPAGE/'+ SDescriptionNEWPAGE = 'NEWPAGE/'+
'Create new page for current report'; 'Create new page for current report.';
SDescriptionNEWCOLUMN = 'NEWCOLUMN/'+ SDescriptionNEWCOLUMN = 'NEWCOLUMN/'+
'Create new collumn on page for current report'; 'Create new column on page for current report.';
SDescriptionSTOPREPORT = 'STOPREPORT/'+ SDescriptionSTOPREPORT = 'STOPREPORT/'+
'Terminate create report'; 'Terminate report creation.';
SDescriptionSHOWBAND = 'SHOWBAND(<BandName>)/'+ SDescriptionSHOWBAND = 'SHOWBAND(<BandName>)/'+
'Show <BandName> in report'; 'Show <BandName> in report.';
SDescriptionINC = 'INC(<Value>)/'+ SDescriptionINC = 'INC(<Value>)/'+
'Increment <Value>.'; 'Increment <Value>.';