[Libreoffice-commits] help.git: source/text wiki-to-help/convert.py

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jan 18 17:21:18 UTC 2018


 source/text/shared/00/00000001.xhp |    2 +-
 wiki-to-help/convert.py            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c4a18626d14426cbd8884d1028eb248fe3b21c44
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Jan 18 16:21:29 2018 +0100

    Fix typos
    
    Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f
    Reviewed-on: https://gerrit.libreoffice.org/48138
    Reviewed-by: Gabor Kelemen <kelemeng at ubuntu.com>
    Tested-by: Gabor Kelemen <kelemeng at ubuntu.com>

diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp
index 0dc54f149..7355b94b2 100644
--- a/source/text/shared/00/00000001.xhp
+++ b/source/text/shared/00/00000001.xhp
@@ -217,7 +217,7 @@
          <paragraph xml-lang="en-US" id="par_id3149651" role="paragraph"><ahelp hid="HID_TABDLG_RESET_BTN">Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog.</ahelp></paragraph>
       </section>
       <section id="zuruecksetzen">
-         <paragraph xml-lang="en-US" id="hd_id3143278" role="heading" level="2">Reset<comment>whats this?</comment></paragraph>
+         <paragraph xml-lang="en-US" id="hd_id3143278" role="heading" level="2">Reset<comment>what's this?</comment></paragraph>
          <paragraph xml-lang="en-US" id="par_id3150791" role="paragraph"><ahelp hid="HID_TABDLG_RESET_BTN">Resets modified values back to the default values.</ahelp></paragraph>
          <paragraph xml-lang="en-US" id="par_id3154331" role="warning">A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset.</paragraph>
       </section>
diff --git a/wiki-to-help/convert.py b/wiki-to-help/convert.py
index 323a834d1..830430874 100755
--- a/wiki-to-help/convert.py
+++ b/wiki-to-help/convert.py
@@ -204,7 +204,7 @@ class Converter(object):
         """
         Private.
         Copies @startpage to our tmp dir so that it will be used as the start page.
-        @return False if @startpage doesnt exist, otherwise True.
+        @return False if @startpage doesn't exist, otherwise True.
         """
         if startpage is None: return True
         filename="index.html"


More information about the Libreoffice-commits mailing list