IDE: fixed typo in resource string name

git-svn-id: trunk@60789 -
This commit is contained in:
maxim 2019-03-27 23:04:28 +00:00
parent 2e629563b1
commit 96fb26f619
2 changed files with 2 additions and 2 deletions

View File

@ -1697,7 +1697,7 @@ begin
if proc.ExitStatus <> 0 then
begin
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lifFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lisFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
Result := sddqInvalid;
end
else

View File

@ -1061,7 +1061,7 @@ resourcestring
lisFppkgFpcmkcfgNeeded = 'An up-to-date version is needed to create the ' +
'configuration files.';
lisFppkgFpcmkcfgTooOld = 'The fpcmkcfg configuration tool it too old [%s].';
lifFppkgFpcmkcfgProbTooOld = 'It is probably too old to create the configuration files.';
lisFppkgFpcmkcfgProbTooOld = 'It is probably too old to create the configuration files.';
lisFppkgFpcmkcfgMissing = 'Could not find the fpcmkcfg configuration tool, ' +
'which is needed to create the configuration files.';
lisFppkgRtlNotFound = 'Fppkg reports that the RTL is not installed.';