mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 13:59:22 +02:00
IDE: added missing space after comma in OK button hint of Options dialog
(cherry picked from commit d2ebb7674d
)
Co-authored-by: Maxim Ganetsky <maxim@lazarus-ide.org>
This commit is contained in:
parent
d195fe8910
commit
9512487328
@ -24,7 +24,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
BorderSpacing.Around = 0
|
BorderSpacing.Around = 0
|
||||||
OKButton.Name = 'OKButton'
|
OKButton.Name = 'OKButton'
|
||||||
OKButton.Hint = '[Enter,Ctrl+Enter]'
|
OKButton.Hint = '[Enter, Ctrl+Enter]'
|
||||||
OKButton.DefaultCaption = True
|
OKButton.DefaultCaption = True
|
||||||
HelpButton.Name = 'HelpButton'
|
HelpButton.Name = 'HelpButton'
|
||||||
HelpButton.Hint = '[F1]'
|
HelpButton.Hint = '[F1]'
|
||||||
|
Loading…
Reference in New Issue
Block a user