LclStrConst Fix rsFixedColsTooBig and rsFixedRowsTooBig so they match current behaviour (issue #0018590).

git-svn-id: trunk@44872 -
This commit is contained in:
bart 2014-05-01 15:37:08 +00:00
parent f62fa21a33
commit 597c21bea0

View File

@ -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]';