From 6ffee584efde23413dc2be8c879c968a1b0be725 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sat, 24 May 2025 01:09:37 +0300 Subject: [PATCH] CHMMaker: small i18n-related cleanup and typo fix --- tools/chmmaker/chmmaker.lpi | 31 ++++++++++++++++--------------- tools/chmmaker/chmstrconsts.pas | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/tools/chmmaker/chmmaker.lpi b/tools/chmmaker/chmmaker.lpi index 9a0c36bac2..4b03ebbb29 100644 --- a/tools/chmmaker/chmmaker.lpi +++ b/tools/chmmaker/chmmaker.lpi @@ -19,7 +19,7 @@ - + @@ -56,20 +56,21 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/tools/chmmaker/chmstrconsts.pas b/tools/chmmaker/chmstrconsts.pas index 768e63af55..7492abe491 100644 --- a/tools/chmmaker/chmstrconsts.pas +++ b/tools/chmmaker/chmstrconsts.pas @@ -56,7 +56,7 @@ resourcestring 'Only files added to the project manually are indexed, ' + 'files added automatically are not indexed.'; - rsHelpProjectFiles = 'Help Project Files (*.hfp;*.hhp)'; + rsHelpProjectFiles = 'Help Project Files (*.hfp; *.hhp)'; rsHelpFileProjectHfp = 'Help File Project (*.hfp)'; rsHelpWorkshopProjectHHP = 'Help Workshop Project (*.hhp)'; rsTOCFiles = 'Table of Contents files (*.hhc)';