summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03/sf_string.xhp
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-09-21 15:39:37 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-09-22 06:29:33 +0200
commit38c34032f737213ec166b80793fb1230e657975d (patch)
tree72dc204ba8f011420f52daaee8a12cfa5dc15394 /source/text/sbasic/shared/03/sf_string.xhp
parentFix typo (diff)
downloadhelp-38c34032f737213ec166b80793fb1230e657975d.tar.gz
help-38c34032f737213ec166b80793fb1230e657975d.zip
Fix localization in some help pages
Change-Id: I59e2ea89dd81c76ee4efee6a154082a56289b524 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122289 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic/shared/03/sf_string.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_string.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_string.xhp b/source/text/sbasic/shared/03/sf_string.xhp
index abe9fd7c11..fafd7f3122 100644
--- a/source/text/sbasic/shared/03/sf_string.xhp
+++ b/source/text/sbasic/shared/03/sf_string.xhp
@@ -396,7 +396,7 @@
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id191579861552201"><emph>inputstr</emph>: The string to be tested.</paragraph>
- <paragraph role="paragraph" id="par_id211579861561473"><emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>.</paragraph>
+ <paragraph role="paragraph" id="par_id211579861561473"><emph>substring</emph>: The substring to be searched at the end of <literal>inputstr</literal>.</paragraph>
<paragraph role="paragraph" id="par_id801579861574009"><emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>).</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
@@ -1363,7 +1363,7 @@
<paragraph role="pycode" localize="false" id="pyc_id81627251281671">arr4 = svc.SplitNotQuoted(r'abc,"def\",ghi"",', ",")</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id601627251281871"># arr4 = ('abc', '"def\\",ghi""', '')</paragraph>
</pycode>
- <note id="par_id661627251379676">Beware of the differences between Basic and Python when representing strings. For example, in Basic two "" characters inside a string are interpreted as a single " character. In Python, strings enclosed with single quotes can contain " characters without having to double them.</note>
+ <note id="par_id661627251379676">Beware of the differences between Basic and Python when representing strings. For example, in Basic two "" characters inside a string are interpreted as a single " character. In Python, strings enclosed with single quotes can contain " characters without having to double them.</note>
</section>
<section id="StartsWith">