mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 00:49:29 +02:00
LclStrConst Fix rsFixedColsTooBig and rsFixedRowsTooBig so they match current behaviour (issue #0018590).
git-svn-id: trunk@44872 -
This commit is contained in:
parent
f62fa21a33
commit
597c21bea0
@ -237,8 +237,8 @@ resourceString
|
||||
+' Frame %s';
|
||||
rsException = 'Exception';
|
||||
rsFormStreamingError = 'Form streaming "%s" error: %s';
|
||||
rsFixedColsTooBig = 'FixedCols can''t be >= ColCount';
|
||||
rsFixedRowsTooBig = 'FixedRows can''t be >= RowCount';
|
||||
rsFixedColsTooBig = 'FixedCols can''t be > ColCount';
|
||||
rsFixedRowsTooBig = 'FixedRows can''t be > RowCount';
|
||||
rsGridFileDoesNotExists = 'Grid file doesn''t exists';
|
||||
rsNotAValidGridFile = 'Not a valid grid file';
|
||||
rsIndexOutOfRange = 'Index Out of range Cell[Col=%d Row=%d]';
|
||||
|
Loading…
Reference in New Issue
Block a user