mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-18 20:09:46 +01:00
IDE: Change 2 resourcestrings to the correct ones.
git-svn-id: trunk@29758 -
This commit is contained in:
parent
412dc4ecc9
commit
0712a1f29d
@ -80,7 +80,7 @@ var
|
||||
Category: TDBGEventCategory;
|
||||
begin
|
||||
// general
|
||||
gbGeneral.Caption := lisMenuInsertGeneral;
|
||||
gbGeneral.Caption := lisGeneral;
|
||||
chkClearLogOnRun.Caption := lisDebugOptionsFrmClearLogOnRun;
|
||||
chkLimitLinecount.Caption := lisDebugOptionsFrmLimitLinecountTo;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user