From 9e9d2feeec8e1a6f82d1ba1d280e52fa6038234b Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 28 Sep 2010 20:09:47 +0000 Subject: [PATCH] Converter: Minor text change for property replacement. git-svn-id: trunk@27516 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 466d11be1f..7d7bd7758b 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -488,7 +488,7 @@ resourcestring lisReplacements = 'Replacements'; lisInteractive = 'Interactive'; lisAutomatic = 'Automatic'; - lisProperties = 'Properties (replace or delete)'; + lisProperties = 'Properties (replace or remove)'; lisTypes = 'Types (not removed if no replacement)'; lisReplaceRemoveUnknown = 'Fix unknown properties and types'; lisReplacementFuncs = 'Replacement functions';