diff --git a/docs/xml/lazutils/translations.xml b/docs/xml/lazutils/translations.xml index f1c99d411e..49d2449bd7 100644 --- a/docs/xml/lazutils/translations.xml +++ b/docs/xml/lazutils/translations.xml @@ -1064,13 +1064,13 @@ Stores values from Header and the sorted POItems to the specified string list.

SaveToStrings is a method used to store values from the .po file -class instance to the TStrings instance in OutLst. A nested routine -is called to store values from the Header and POItems properties to OutLst. +class instance to the TStrings instance in OutLst. Values in the +Header and POItems properties are stored in OutLst.

SaveToStrings calls CreateHeader to ensure that the Header property has been -allocated for the class instance. Values in POItems are sorted in Identifier -order prior to storing the values in OutLst. +allocated for the class instance. Values in POItems are sorted (without case +sensitivity) in Identifier order prior to storing the values in OutLst.

Values written to OutLst are stored in the PO (Portable Object) format used by