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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 23 21:26:29 UTC 2019


 source/text/sbasic/python/main0000.xhp         |    2 +-
 source/text/sbasic/python/python_ide.xhp       |    2 +-
 source/text/sbasic/python/python_locations.xhp |    2 +-
 source/text/swriter/04/01020000.xhp            |    6 ++----
 4 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 85757c5b58b7fed1535d787053d4361d32e1374c
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Wed Jan 23 15:25:58 2019 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Jan 23 15:25:58 2019 -0600

    Fix some typos
    
    Change-Id: Ife8c609e1db336417077a31d8a549614e00bd91b

diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp
index 4f234f22b..3b8ed3730 100644
--- a/source/text/sbasic/python/main0000.xhp
+++ b/source/text/sbasic/python/main0000.xhp
@@ -28,7 +28,7 @@
     </section>
     <embed href="text/shared/need_help.xhp#needhelp"/>
     <h2 id="hd_id3146957">Working with Python Scripts in %PRODUCTNAME</h2>
-    <paragraph role="paragraph" id="N0102">You can execute Python scripts choosing <menuitem>Tools - Macros – Run macro...</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run Python interactive console from %PRODUCTNAME .</paragraph>
+    <paragraph role="paragraph" id="N0102">You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME.</paragraph>
     <embed href="text/sbasic/python/python_ide.xhp#pythonideh1"/>
     <embed href="text/sbasic/python/python_locations.xhp#pythonlocations1"/>
     <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
diff --git a/source/text/sbasic/python/python_ide.xhp b/source/text/sbasic/python/python_ide.xhp
index 33871a89c..d1bc36e1f 100644
--- a/source/text/sbasic/python/python_ide.xhp
+++ b/source/text/sbasic/python/python_ide.xhp
@@ -25,7 +25,7 @@
             <bookmark_value>python;editor</bookmark_value>
         </bookmark>
         <h1 id="hd_id151543348965464"><variable id="pythonideh1"><link href="text/sbasic/python/python_ide.xhp" name="Python IDE Setup">Setting up an Integrated Development Environment (IDE) for Python</link></variable></h1>
-        <paragraph id="par_id541543348965465" role="paragraph" xml-lang="en-US">Writing Python macros requires extra configuration steps in order set an IDE of choice.</paragraph>
+        <paragraph id="par_id541543348965465" role="paragraph" xml-lang="en-US">Writing Python macros requires extra configuration steps to set an IDE of choice.</paragraph>
     </section>
     <embed href="text/shared/need_help.xhp#needhelp"/>
 
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp
index b3ebeeda5..7d7681e78 100644
--- a/source/text/sbasic/python/python_locations.xhp
+++ b/source/text/sbasic/python/python_locations.xhp
@@ -48,7 +48,7 @@
     <h3 id="hd_id101544049707712">Document macros</h3>
     <paragraph role="paragraph" id="par_id31544049046497">Document macros are embedded in the document and are accessible only when the document is open.</paragraph>
     <h2 id="hd_id171544049715310">Libraries, Modules and Macros</h2>
-    <paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can organized in libraries, modules and macros.</paragraph>
+    <paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can be organized in libraries, modules and macros.</paragraph>
     <h3 id="hd_id21544209865082">Creating a Python Library</h3>
     <paragraph role="paragraph" id="par_id191544209928221">Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name.</paragraph>
     <h3 id="hd_id31544209872869">Creating a Python Module.</h3>
diff --git a/source/text/swriter/04/01020000.xhp b/source/text/swriter/04/01020000.xhp
index b8a98edec..2499e588c 100644
--- a/source/text/swriter/04/01020000.xhp
+++ b/source/text/swriter/04/01020000.xhp
@@ -107,12 +107,10 @@
          </tablerow>
          <tablerow>
              <tablecell>
-                 <paragraph id="par_id451547122572675" role="tablecontent" xml-lang="en-US" >Shift+F5</paragraph>
+                 <paragraph id="par_id451547122572675" role="tablecontent" xml-lang="en-US">Shift+F5</paragraph>
              </tablecell>
              <tablecell>
-                 <paragraph id="par_id191547122572675" role="tablecontent" xml-lang="en-US" >Places the cursor at the position it had when the file was saved and reopened. This only works when the name of the author was entered in <switchinline select="sys">
-                         <caseinline select="MAC"><menuitem>Command - Preferences</menuitem></caseinline>
-                         <defaultinline><menuitem>Tools -Options</menuitem></defaultinline></switchinline><menuitem>- %PRODUCTNAME - User Data</menuitem>.</paragraph>
+                 <paragraph id="par_id191547122572675" role="tablecontent" xml-lang="en-US">Places the cursor at the position it had when the file was last saved. This only works if an author’s name is provided in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem>.</paragraph>
              </tablecell>
          </tablerow>
          <tablerow>


More information about the Libreoffice-commits mailing list