From f26a7b9305b192b7085c57da9120a7cb5d2b5752 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 25 Jan 2020 04:37:47 +0100 Subject: [PATCH] compiler paths hints, fix typos --- src/u_compilers.lfm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/u_compilers.lfm b/src/u_compilers.lfm index a8e533d1..7b7175aa 100644 --- a/src/u_compilers.lfm +++ b/src/u_compilers.lfm @@ -335,7 +335,7 @@ object CompilersPathsEditor: TCompilersPathsEditor object selUSER1rt: TDirectoryEdit Left = 2 Height = 33 - Hint = 'select the root of druntime sources, note it might alos contain phobos (GDC or LDC style)' + Hint = 'select the root of druntime sources, note that it might also contain phobos (GDC or LDC style)' Top = 77 Width = 439 ShowHidden = False @@ -351,7 +351,7 @@ object CompilersPathsEditor: TCompilersPathsEditor object selUSER1std: TDirectoryEdit Left = 2 Height = 33 - Hint = 'select the root of phobos sources' + Hint = 'select the root of phobos sources (can be empty)' Top = 133 Width = 439 ShowHidden = False @@ -429,7 +429,7 @@ object CompilersPathsEditor: TCompilersPathsEditor object selUSER2rt: TDirectoryEdit Left = 2 Height = 33 - Hint = 'select the root of druntime sources, note it might alos contain phobos (GDC or LDC style)' + Hint = 'select the root of druntime sources, note that it might also contain phobos (GDC or LDC style)' Top = 77 Width = 439 ShowHidden = False @@ -445,7 +445,7 @@ object CompilersPathsEditor: TCompilersPathsEditor object selUSER2std: TDirectoryEdit Left = 2 Height = 33 - Hint = 'select the root of phobos sources' + Hint = 'select the root of phobos sources (can be empty)' Top = 133 Width = 439 ShowHidden = False