mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
Converter: move a string constant to resource strings
git-svn-id: trunk@40827 -
This commit is contained in:
parent
3a3877297a
commit
87a68af276
@ -581,10 +581,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TFixLFMDialog.CheckLFMDialogCREATE(Sender: TObject);
|
||||
const // Will be moved to LazarusIDEStrConsts
|
||||
lisLFMFileContainsInvalidProperties = 'The LFM (Lazarus form) '
|
||||
+'file contains unknown properties/classes which do not exist in LCL. '
|
||||
+'They can be replaced or removed.';
|
||||
begin
|
||||
Caption:=lisFixLFMFile;
|
||||
Position:=poScreenCenter;
|
||||
|
@ -4397,6 +4397,8 @@ resourcestring
|
||||
lisMissingEvents = 'Missing Events';
|
||||
lisTheFollowingMethodsUsedByAreNotInTheSourceRemoveTh = 'The following methods '
|
||||
+'used by %s are not in the source%s%s%s%s%s%sRemove the dangling references?';
|
||||
lisLFMFileContainsInvalidProperties = 'The LFM file contains unknown'
|
||||
+' properties/classes which do not exist in LCL. They can be replaced or removed.';
|
||||
|
||||
// extract proc dialog
|
||||
lisNoCodeSelected = 'No code selected';
|
||||
|
Loading…
Reference in New Issue
Block a user