From fbd29faa043f7c4966ccd3170ade8a1d71433d65 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sun, 18 Aug 2002 08:56:41 +0000 Subject: [PATCH] MG: applied localization from Vasily git-svn-id: trunk@2973 - --- ide/uniteditor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/uniteditor.pp b/ide/uniteditor.pp index db136ce629..b2a6062f73 100644 --- a/ide/uniteditor.pp +++ b/ide/uniteditor.pp @@ -1809,7 +1809,7 @@ var begin inherited Create(AOwner); Name:=DefaultSourceNoteBookName; - Caption := 'Lazarus Source Editor'; + Caption := locwndSrcEditor; FProcessingCommand := false; FMainIDE := AOwner;