From 32ac941c746bbc2e78b7d7a84c6350afdad2f34f Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Fri, 2 Feb 2024 20:31:56 +0300 Subject: [PATCH] Lazbuild: small improvement in help output --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 1f7c408ded..6ddddea3f9 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -175,7 +175,7 @@ resourcestring 'if configured.'; lisGetExpandText = 'Print the result of substituting macros in the text for the specified build mode. By default, active build mode is used.'; - lisGetBuildModes = 'Print a list of build modes in the project, active mode is listed first.'; + lisGetBuildModes = 'Print a list of build modes in the project. Active mode is listed first.'; lisGetExePath = 'Print the full path to the executable file in the specified build mode. By default, active build mode is used.'; lisLazbuildOptionsSyntax = 'lazbuild [options] ';