summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-01 18:40:24 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-03-02 13:30:43 +0100
commitce92ec4ae71e03d3ee0a52c869f541c5f24fcb72 (patch)
treed3de22bac338ca85f67192ac7b47f5ff18d67cdb /source/text/sbasic/shared/03
parentCreate SF_L10N Help page (diff)
downloadhelp-ce92ec4ae71e03d3ee0a52c869f541c5f24fcb72.tar.gz
help-ce92ec4ae71e03d3ee0a52c869f541c5f24fcb72.zip
Fix typo
Change-Id: Ia5b8b1aa284dad599452c14d662a9583b9087498 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111763 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03')
-rw-r--r--source/text/sbasic/shared/03/sf_l10n.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp b/source/text/sbasic/shared/03/sf_l10n.xhp
index ba931c0c65..9dc27284fb 100644
--- a/source/text/sbasic/shared/03/sf_l10n.xhp
+++ b/source/text/sbasic/shared/03/sf_l10n.xhp
@@ -28,7 +28,7 @@
<paragraph role="paragraph" xml-lang="en-US" id="par_id411585843652556">This service provides a number of methods related to the translation of strings with minimal impact on the program's source code. The methods provided by the <literal>L10N</literal> service can be used mainly to:</paragraph>
<list type="unordered">
<listitem>
- <paragraph id="par_id601614351922212" role="listitem">Create POT files tha can be used as templates for translation of all strings in the program.</paragraph>
+ <paragraph id="par_id601614351922212" role="listitem">Create POT files that can be used as templates for translation of all strings in the program.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id131614352196513" role="listitem">Get translated strings at runtime for the language defined in the <literal>Locale</literal> property.</paragraph>