[Libreoffice-commits] help.git: source/text

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 4 03:32:27 UTC 2021


 source/text/sbasic/python/python_dialogs.xhp   |    4 ++--
 source/text/sbasic/shared/03/lib_euro.xhp      |    2 +-
 source/text/sbasic/shared/03/lib_gimmicks.xhp  |    2 +-
 source/text/sbasic/shared/03/lib_importwiz.xhp |    2 +-
 source/text/sbasic/shared/03/sf_l10n.xhp       |    4 ++--
 source/text/scalc/00/00000407.xhp              |    2 +-
 source/text/swriter/01/05030800.xhp            |    4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit bfc47545287facda8260143acf5ff84ea7e79aa1
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Wed Mar 3 21:20:37 2021 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Mar 4 04:32:05 2021 +0100

    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 at ubuntu.com>

diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp
index 7f728b495..844e206ad 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 95ec26207..d975c69d4 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 4473e3567..01c7d0171 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 663bd49d1..cd327b470 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 9dc27284f..fd84b0f71 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>
diff --git a/source/text/scalc/00/00000407.xhp b/source/text/scalc/00/00000407.xhp
index 1e21e09df..c6ba07932 100644
--- a/source/text/scalc/00/00000407.xhp
+++ b/source/text/scalc/00/00000407.xhp
@@ -26,7 +26,7 @@
 </meta>
 <body>
 <h1 id="hd_id3155628" xml-lang="en-US">Window Menu</h1>
-<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US"><variable id="fete">Choose ><menuitem>View - Split Window</menuitem>.</variable></paragraph>
+<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US"><variable id="fete">Choose <menuitem>View - Split Window</menuitem>.</variable></paragraph>
 <paragraph id="par_id3153663" role="paragraph" xml-lang="en-US"><variable id="fefix">Choose <menuitem>View - Freeze Rows and Columns</menuitem>.</variable></paragraph>
 <paragraph role="paragraph" id="par_id631612313719480"><variable id="freezefirstcol">Choose <menuitem>View - Freeze Cells - Freeze First Column</menuitem></variable></paragraph>
 <paragraph role="paragraph" id="par_id251612313725513"><variable id="freezefirstrow">Choose <menuitem>View - Freeze Cells - Freeze First Row</menuitem></variable></paragraph>
diff --git a/source/text/swriter/01/05030800.xhp b/source/text/swriter/01/05030800.xhp
index ed29c23cc..1899f2d7d 100644
--- a/source/text/swriter/01/05030800.xhp
+++ b/source/text/swriter/01/05030800.xhp
@@ -57,8 +57,8 @@
       <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/editnumstyle" id="bm_id3154201" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3154189" role="heading" level="3">Edit Style</paragraph>
       <paragraph xml-lang="en-US" id="par_id3155179" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/editnumstyle">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style.</paragraph>
-      <paragraph xml-lang="en-US" id="par_id3149195" role="paragraph">This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering...</emph> to edit the outline level and numbering style.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering...</emph> to assign numbering styles to paragraph styles.</paragraph>
+      <paragraph xml-lang="en-US" id="par_id3149195" role="paragraph">This button is disabled when Chapter Numbering is applied. Choose <emph>Tools - Chapter Numbering</emph> to edit the outline level and numbering style.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151117" role="note">Outline level and Numbering Style are independent of each other. Use <emph>Tools - Chapter Numbering</emph> to assign numbering styles to paragraph styles.</paragraph>
       <paragraph xml-lang="en-US" id="par_id3149106" role="paragraph">This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/checkCB_NEW_START" id="bm_id3151262" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3151250" role="heading" level="3">Restart at this paragraph</paragraph>


More information about the Libreoffice-commits mailing list