mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 06:49:27 +02:00
IDE: fixed 'Apply' button i18n in Dependency Graph Options dialog
This commit is contained in:
parent
a5625f3c5e
commit
194b2acc39
@ -202,6 +202,8 @@ begin
|
||||
spinHorizSpacing.Hint := Format(LvlGraphAddHorizontalSpacing, [LineEnding]);
|
||||
spinVertSpacing.Hint := Format(LvlGraphAddVerticalSpacingAr, [LineEnding]);
|
||||
|
||||
ButtonPanel1.CloseButton.Caption := lisBtnApply;
|
||||
|
||||
{$IFDEF WITH_RANDOM_SEED}
|
||||
spinTestRandomSeed := TSpinEdit.Create(Self);
|
||||
spinTestRandomSeed.Parent := OptionsGroup;
|
||||
|
@ -43,6 +43,7 @@ resourcestring
|
||||
// *** Common single word resources that can be safely shared around Lazarus ***
|
||||
|
||||
lisApply = 'Apply';
|
||||
lisBtnApply = '&Apply';
|
||||
lisInsert = 'Insert';
|
||||
lisChange = 'Change';
|
||||
lisRemove = 'Remove';
|
||||
|
Loading…
Reference in New Issue
Block a user