mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
IDE: fixed Code Explorer localization after r26557 #92c6db6d27
git-svn-id: trunk@26561 -
This commit is contained in:
parent
167f3c4528
commit
5ef9e227ab
@ -404,7 +404,7 @@ begin
|
||||
RefreshSpeedButton.Hint:=dlgUnitDepRefresh;
|
||||
OptionsSpeedButton.Hint:=dlgFROpts;
|
||||
CodeFilterEdit.Text:=lisCEFilter;
|
||||
CodePage.Caption:=dlgCodeGeneration;
|
||||
CodePage.Caption:=lisCode;
|
||||
DirectivesFilterEdit.Text:=lisCEFilter;
|
||||
DirectivesPage.Caption:=lisDirectives;
|
||||
|
||||
|
@ -2134,6 +2134,7 @@ resourcestring
|
||||
|
||||
// Code Explorer
|
||||
lisCodeExplorer = 'Code Explorer';
|
||||
lisCode = 'Code';
|
||||
|
||||
// Unit editor
|
||||
uemFindDeclaration = '&Find Declaration';
|
||||
|
Loading…
Reference in New Issue
Block a user