IDE: Change 2 resourcestrings to the correct ones.

git-svn-id: trunk@29758 -
This commit is contained in:
juha 2011-03-09 08:13:30 +00:00
parent 412dc4ecc9
commit 0712a1f29d
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ var
Category: TDBGEventCategory;
begin
// general
gbGeneral.Caption := lisMenuInsertGeneral;
gbGeneral.Caption := lisGeneral;
chkClearLogOnRun.Caption := lisDebugOptionsFrmClearLogOnRun;
chkLimitLinecount.Caption := lisDebugOptionsFrmLimitLinecountTo;

View File

@ -153,7 +153,7 @@ end;
procedure TUnitInfoDialog.FormCreate(Sender: TObject);
begin
Notebook.Page[0].Caption := lisMenuInsertGeneral;
Notebook.Page[0].Caption := lisGeneral;
Notebook.Page[1].Caption := lisUnitPaths;
Notebook.Page[2].Caption := lisIncludePaths;
Notebook.Page[3].Caption := lisSourcePaths;