From 87a68af276f0546ac947e9aa3c02cf258d31de84 Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 16 Apr 2013 07:50:02 +0000 Subject: [PATCH] Converter: move a string constant to resource strings git-svn-id: trunk@40827 - --- converter/missingpropertiesdlg.pas | 4 ---- ide/lazarusidestrconsts.pas | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/converter/missingpropertiesdlg.pas b/converter/missingpropertiesdlg.pas index f93bbe923a..8bf3536a10 100644 --- a/converter/missingpropertiesdlg.pas +++ b/converter/missingpropertiesdlg.pas @@ -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; diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index dfb96a8681..cd6566cecd 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -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';