mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:59:25 +02:00
Cody: localized Help button captions
git-svn-id: trunk@30858 -
This commit is contained in:
parent
f6b299e26a
commit
8f4d326692
@ -426,6 +426,7 @@ begin
|
||||
|
||||
ButtonPanel1.OKButton.Enabled:=Result and (FMemberNodeExts<>nil)
|
||||
and (FMemberNodeExts.Count>0);
|
||||
ButtonPanel1.HelpButton.Caption:=crsHelp;
|
||||
ButtonPanel1.OKButton.Caption:=crsBTNOK;
|
||||
ButtonPanel1.CancelButton.Caption:=crsBTNCancel;
|
||||
Caption:=Format(crsCAMAddAssignMethodToClass, [FClassName]);
|
||||
|
@ -62,6 +62,7 @@ resourcestring
|
||||
crsInsertFileAtCursor = 'Insert file at cursor ...';
|
||||
crsVirtualUnit = 'Virtual unit';
|
||||
crsProjectOutput = 'Project output';
|
||||
crsHelp = '&Help';
|
||||
crsClose = '&Close';
|
||||
crsAddAssignMethod = 'Add Assign method';
|
||||
crsShowCodeToolsNodeInfo = 'Show CodeTools node info ...';
|
||||
|
@ -253,6 +253,7 @@ begin
|
||||
|
||||
UnitPageControl.PageIndex:=0;
|
||||
|
||||
ButtonPanel1.HelpButton.Caption:=crsHelp;
|
||||
ButtonPanel1.CloseButton.Caption:=crsClose;
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self);
|
||||
|
Loading…
Reference in New Issue
Block a user