mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +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';
|
+' Frame %s';
|
||||||
rsException = 'Exception';
|
rsException = 'Exception';
|
||||||
rsFormStreamingError = 'Form streaming "%s" error: %s';
|
rsFormStreamingError = 'Form streaming "%s" error: %s';
|
||||||
rsFixedColsTooBig = 'FixedCols can''t be >= ColCount';
|
rsFixedColsTooBig = 'FixedCols can''t be > ColCount';
|
||||||
rsFixedRowsTooBig = 'FixedRows can''t be >= RowCount';
|
rsFixedRowsTooBig = 'FixedRows can''t be > RowCount';
|
||||||
rsGridFileDoesNotExists = 'Grid file doesn''t exists';
|
rsGridFileDoesNotExists = 'Grid file doesn''t exists';
|
||||||
rsNotAValidGridFile = 'Not a valid grid file';
|
rsNotAValidGridFile = 'Not a valid grid file';
|
||||||
rsIndexOutOfRange = 'Index Out of range Cell[Col=%d Row=%d]';
|
rsIndexOutOfRange = 'Index Out of range Cell[Col=%d Row=%d]';
|
||||||
|
Loading…
Reference in New Issue
Block a user