IDE: fixed 'Apply' button i18n in Dependency Graph Options dialog

This commit is contained in:
Maxim Ganetsky 2023-01-22 03:13:53 +03:00
parent a5625f3c5e
commit 194b2acc39
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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';