summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-03-03 21:20:37 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-03-04 04:32:05 +0100
commitbfc47545287facda8260143acf5ff84ea7e79aa1 (patch)
tree936e42a1f78de666171d01305559ed64e71fd905 /source/text/sbasic
parenttdf#140118 Fix Help for BASIC function WaitUntil (diff)
downloadhelp-bfc47545287facda8260143acf5ff84ea7e79aa1.tar.gz
help-bfc47545287facda8260143acf5ff84ea7e79aa1.zip
Remove more improper ellipses and fix a couple of capitalizations
Change-Id: I3cea0b968dd38d93381268c6b0ede5c90dc8a5a9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111945 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/python/python_dialogs.xhp4
-rw-r--r--source/text/sbasic/shared/03/lib_euro.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_gimmicks.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_importwiz.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_l10n.xhp4
5 files changed, 7 insertions, 7 deletions
diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp
index 7f728b4950..844e206ad0 100644
--- a/source/text/sbasic/python/python_dialogs.xhp
+++ b/source/text/sbasic/python/python_dialogs.xhp
@@ -25,7 +25,7 @@
</section>
<paragraph role="paragraph" id="N0337">%PRODUCTNAME static dialogs are created with the <link href="text/sbasic/guide/create_dialog.xhp" name="dialog editor">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href="text/shared/guide/scripting.xhp">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity.</paragraph>
<h2 id="N0338">My Macros or %PRODUCTNAME Macros dialogs</h2>
- <paragraph role="paragraph" id="N0339">The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools – Macros – Run Macro...</menuitem> menu:</paragraph>
+ <paragraph role="paragraph" id="N0339">The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools - Macros - Run Macro</menuitem> menu:</paragraph>
<pycode>
<paragraph role="pycode" id="N0340" localize="false"># -*- coding: utf-8 -*-</paragraph>
<paragraph role="pycode" id="N0341" localize="false">from __future__ import unicode_literals</paragraph>
@@ -49,7 +49,7 @@
<paragraph role="pycode" id="N0363" localize="false">g_exportedScripts = (consoleDlg, tutorDialog)</paragraph>
</pycode>
<h2 id="N0364">Document embedded dialogs</h2>
- <paragraph role="paragraph" id="N0365">The example below opens a newly edited <literal>Dialog1</literal> dialog from a document with <menuitem>Tools – Macros – Run Macro...</menuitem> menu:</paragraph>
+ <paragraph role="paragraph" id="N0365">The example below opens a newly edited <literal>Dialog1</literal> dialog from a document with <menuitem>Tools - Macros - Run Macro</menuitem> menu:</paragraph>
<pycode>
<paragraph role="pycode" id="N0366" localize="false"># -*- coding: utf-8 -*-</paragraph>
<paragraph role="pycode" id="N0367" localize="false">from __future__ import unicode_literals</paragraph>
diff --git a/source/text/sbasic/shared/03/lib_euro.xhp b/source/text/sbasic/shared/03/lib_euro.xhp
index 95ec262070..d975c69d40 100644
--- a/source/text/sbasic/shared/03/lib_euro.xhp
+++ b/source/text/sbasic/shared/03/lib_euro.xhp
@@ -31,7 +31,7 @@
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">Euro.AutoPilotRun.StartAutoPilot</paragraph></listitem>
<listitem><paragraph id="par_id811593518354070" role="listitem" localize="False">Euro.ConvertRun.Main</paragraph></listitem>
</list>
- <paragraph role="paragraph" id="par_id381593519742529">Selecting the <emph>Euro Converter…</emph> wizard loads the following libraries in memory:</paragraph>
+ <paragraph role="paragraph" id="par_id381593519742529">Selecting the <emph>Euro Converter</emph> wizard loads the following libraries in memory:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id361593520109787" role="listitem" localize="False">Euro</paragraph></listitem>
<listitem><paragraph id="par_id811593520110346" role="listitem" localize="False">ImportWizard</paragraph></listitem>
diff --git a/source/text/sbasic/shared/03/lib_gimmicks.xhp b/source/text/sbasic/shared/03/lib_gimmicks.xhp
index 4473e35678..01c7d0171d 100644
--- a/source/text/sbasic/shared/03/lib_gimmicks.xhp
+++ b/source/text/sbasic/shared/03/lib_gimmicks.xhp
@@ -30,7 +30,7 @@
<item type="literal">GlobalScope.BasicLibraries.LoadLibrary("Gimmicks")</item></paragraph>
<h2 id="hd_id841593518085848">Description</h2>
- <paragraph role="paragraph" id="par_id921593518140986">The <emph>Gimmicks</emph> library is used by the <emph>AutoText...</emph> wizard.</paragraph>
+ <paragraph role="paragraph" id="par_id921593518140986">The <emph>Gimmicks</emph> library is used by the <emph>AutoText</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id481593518247400">Its entry points are:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">Gimmicks.AutoText.Main</paragraph></listitem>
diff --git a/source/text/sbasic/shared/03/lib_importwiz.xhp b/source/text/sbasic/shared/03/lib_importwiz.xhp
index 663bd49d1e..cd327b4706 100644
--- a/source/text/sbasic/shared/03/lib_importwiz.xhp
+++ b/source/text/sbasic/shared/03/lib_importwiz.xhp
@@ -25,7 +25,7 @@
</section>
<embed href="text/shared/need_help.xhp#needhelp"/>
<h2 id="hd_id841593518085848">Description</h2>
- <paragraph role="paragraph" id="par_id921593518140986">The <emph>ImportWizard</emph> library is used by the <emph>Document converter...</emph> wizard.</paragraph>
+ <paragraph role="paragraph" id="par_id921593518140986">The <emph>ImportWizard</emph> library is used by the <emph>Document Converter</emph> wizard.</paragraph>
<paragraph role="paragraph" id="par_id481593518247400">Its entry point is:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id961593518286855" role="listitem" localize="False">ImportWizard.Main.Main</paragraph></listitem>
diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp b/source/text/sbasic/shared/03/sf_l10n.xhp
index 9dc27284fb..fd84b0f71e 100644
--- a/source/text/sbasic/shared/03/sf_l10n.xhp
+++ b/source/text/sbasic/shared/03/sf_l10n.xhp
@@ -36,10 +36,10 @@
</list>
</section>
- <tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html" name="GetText">GNU GetText Utilities: PO Files</link>.</tip>
+ <tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html" name="GetText">GNU gettext Utilities: PO Files</link>.</tip>
<paragraph role="paragraph" id="par_id291585843652438" xml-lang="en-US">PO files have long been promoted in the free software community as a means to providing multilingual user interfaces. This is accomplished through the use of human-readable text files with a well defined structure that specifies, for any given language, the source language string and the localized string.</paragraph>
<paragraph role="paragraph" id="par_id181585843652814" xml-lang="en-US">The main advantage of the PO format is dissociation of the programmer and the translator. PO files are independent text files, so the programmer can send POT template files to translators, who will then translate their contents and return the translated PO files for each supported language.</paragraph>
- <paragraph role="paragraph" id="par_id91585843652832" xml-lang="en-US">This service implements the 3 methods listed below:</paragraph>
+ <paragraph role="paragraph" id="par_id91585843652832" xml-lang="en-US">This service implements the three methods listed below:</paragraph>
<list type="unordered">
<listitem>
<paragraph id="par_id1158584365237" role="listitem" xml-lang="en-US"><emph>AddText</emph>: Used by the programmer to build a set of strings that will be translated later.</paragraph>