mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 10:27:17 +01:00
IDE: added missing space after comma in OK button hint of Options dialog
This commit is contained in:
parent
c0a07ff85f
commit
d2ebb7674d
@ -24,7 +24,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
BorderSpacing.Bottom = 6
|
||||
BorderSpacing.Around = 0
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.Hint = '[Enter,Ctrl+Enter]'
|
||||
OKButton.Hint = '[Enter, Ctrl+Enter]'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.Hint = '[F1]'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user