From 0bed3e5d6f294586e805ba286c82dd19f098be54 Mon Sep 17 00:00:00 2001 From: maxim Date: Sat, 14 Aug 2010 20:41:49 +0000 Subject: [PATCH] IDE: fixed small typo git-svn-id: trunk@27098 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index b3817ca129..2c0cf51efb 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -4856,7 +4856,7 @@ resourcestring synfFoldCommentsInSelection = 'Fold comments in selection'; synfHideCommentsInSelection = 'Hide comments in selection'; lisCustomBuildMacros = 'Custom build macros'; - lisCanNotCompileProject = 'Can not compile project'; + lisCanNotCompileProject = 'Cannot compile project'; lisTheProjectHasNoMainSourceFile = 'The project has no main source file.'; implementation