mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +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
|
if proc.ExitStatus <> 0 then
|
||||||
begin
|
begin
|
||||||
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lifFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
|
Note := lisFppkgFpcmkcfgCheckFailed + ' ' + lisFppkgFpcmkcfgProbTooOld + ' ' + lisFppkgRecentFpcmkcfgNeeded;
|
||||||
Result := sddqInvalid;
|
Result := sddqInvalid;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
@ -1061,7 +1061,7 @@ resourcestring
|
|||||||
lisFppkgFpcmkcfgNeeded = 'An up-to-date version is needed to create the ' +
|
lisFppkgFpcmkcfgNeeded = 'An up-to-date version is needed to create the ' +
|
||||||
'configuration files.';
|
'configuration files.';
|
||||||
lisFppkgFpcmkcfgTooOld = 'The fpcmkcfg configuration tool it too old [%s].';
|
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, ' +
|
lisFppkgFpcmkcfgMissing = 'Could not find the fpcmkcfg configuration tool, ' +
|
||||||
'which is needed to create the configuration files.';
|
'which is needed to create the configuration files.';
|
||||||
lisFppkgRtlNotFound = 'Fppkg reports that the RTL is not installed.';
|
lisFppkgRtlNotFound = 'Fppkg reports that the RTL is not installed.';
|
||||||
|
Loading…
Reference in New Issue
Block a user