mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
IDE: fixed typo in resource string name
git-svn-id: trunk@60789 -
This commit is contained in:
parent
2e629563b1
commit
96fb26f619
@ -1697,7 +1697,7 @@ begin
|
||||
|
||||
if proc.ExitStatus <> 0 then
|
||||
begin
|
||||
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lifFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
|
||||
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lisFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
|
||||
Result := sddqInvalid;
|
||||
end
|
||||
else
|
||||
|
@ -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.';
|
||||
|
Loading…
Reference in New Issue
Block a user