summaryrefslogtreecommitdiff
path: root/utils/unicode
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-02-19 19:24:58 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-02-19 19:24:58 +0000
commit4554a38fc234da763049af092296f3d105c1e9a6 (patch)
tree0f604ace21ca756d98f3e7336ee511a38562f637 /utils/unicode
parent067b8a5fdf1acc16e4d93caadf79dd75431b3ea6 (diff)
downloadfpc-4554a38fc234da763049af092296f3d105c1e9a6.tar.gz
* fixed the file name in the cldrparser help screen
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48718 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils/unicode')
-rw-r--r--utils/unicode/cldrparser.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/unicode/cldrparser.lpr b/utils/unicode/cldrparser.lpr
index 0bb0e7de95..770fbbd2f2 100644
--- a/utils/unicode/cldrparser.lpr
+++ b/utils/unicode/cldrparser.lpr
@@ -54,7 +54,7 @@ const
' <HaltOnFail> may be one of (y, Y, t, T, 1) to halt the execution on the first failing.' + sLineBreak +
' ' + sLineBreak +
' The program expects some files to be present in the <dataDir> folder : ' + sLineBreak +
- ' - UCA_Rules_SHORT.xml ' + sLineBreak +
+ ' - UCA_Rules_SHORT.txt ' + sLineBreak +
' - allkeys.txt this is the file allkeys_CLDR.txt renamed to allkeys.txt' + sLineBreak +
' These files are in the core.zip file of the CLDR release files. The CLDR''version used should be synchronized the' + sLineBreak +
' version of the Unicode version used, for example for Uniocde 7 it will be CLDR 26.' + sLineBreak +