summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/shared/00/00000001.xhp2
-rwxr-xr-xwiki-to-help/convert.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp
index 0dc54f149b..7355b94b25 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 323a834d19..8304308746 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"