IDE: added missing space after comma in OK button hint of Options dialog

This commit is contained in:
Maxim Ganetsky 2024-11-17 15:13:06 +03:00
parent c0a07ff85f
commit d2ebb7674d

View File

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