From 8c14ee23863bbd48e58e091af21f2a64e54d1dc8 Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 11 Dec 2011 15:57:20 +0000 Subject: [PATCH] Put back a resource string needed by lazbuild. git-svn-id: trunk@34107 - --- ide/lazarusidestrconsts.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 2603509451..30d7d3b0eb 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -5263,6 +5263,8 @@ resourcestring dlgInsertInterface = 'Interface'; dlgInsertImplementation = 'Implementation'; dlgNoAvailableUnits = 'No available units to add.'; + lisInsteadOfCompilePackageCreateASimpleMakefile = 'Instead of compile ' + +'package create a simple Makefile.'; // Custom form editor lisCFEAnExceptionOccuredDuringDeletionOf = 'An exception occured during '