mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:52:34 +02:00
LazReport: fixed some typos
git-svn-id: trunk@43327 -
This commit is contained in:
parent
b1d5a81dfb
commit
acb1cbd1db
@ -761,15 +761,15 @@ resourcestring
|
||||
'Returns the fractional part of floating point <Value>.';
|
||||
|
||||
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(<BandName>)/'+
|
||||
'Show <BandName> in report';
|
||||
'Show <BandName> in report.';
|
||||
|
||||
SDescriptionINC = 'INC(<Value>)/'+
|
||||
'Increment <Value>.';
|
||||
|
Loading…
Reference in New Issue
Block a user