Index: CHANGES.txt ================================================================== --- CHANGES.txt +++ CHANGES.txt @@ -1,9 +1,10 @@ Version [next] [Changed] On platforms which probably use a package manager (currently, Linux and BSDs), the "update check" checkbox is disabled and the related libraries are not referenced. [Improved] When exiting groffstudio, the Save function from the "save" button is reused. +[Changed] Less capital letters. ------------------------------- Version 0.11.0 2022-03-12 Index: src/unit1.lfm ================================================================== --- src/unit1.lfm +++ src/unit1.lfm @@ -761,12 +761,12 @@ ClientWidth = 953 object chkAutoSaveBuildSettings: TCheckBox Left = 0 Height = 19 Top = 16 - Width = 310 - Caption = 'Save and restore the chosen build settings for next time' + Width = 309 + Caption = 'save and restore the chosen build settings for next time' TabOrder = 0 end object btnSaveSettings: TButton Left = 864 Height = 25 @@ -780,19 +780,19 @@ object Label14: TLabel Left = 0 Height = 15 Top = 80 Width = 129 - Caption = 'Yes, that''s all for now. :-)' + Caption = 'yes, that''s all for now. :-)' ParentColor = False end object chkUpdateCheckOnStart: TCheckBox Left = 0 Height = 19 Top = 40 - Width = 171 - Caption = 'Check for updates on startup' + Width = 169 + Caption = 'check for updates on startup' TabOrder = 2 end end object tsGroff: TTabSheet Caption = 'groff version'