Converter: move a string constant to resource strings

git-svn-id: trunk@40827 -
This commit is contained in:
juha 2013-04-16 07:50:02 +00:00
parent 3a3877297a
commit 87a68af276
2 changed files with 2 additions and 4 deletions

View File

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

View File

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