diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 16:21:29 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-01-18 18:20:54 +0100 |
commit | c4a18626d14426cbd8884d1028eb248fe3b21c44 (patch) | |
tree | e964e38f2d5cd55350806d5fd4df99bde499be92 | |
parent | 45e20af8857f8bcd5afa30113eea40ceef7aa3a8 (diff) |
Fix typos
Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f
Reviewed-on: https://gerrit.libreoffice.org/48138
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r-- | source/text/shared/00/00000001.xhp | 2 | ||||
-rwxr-xr-x | wiki-to-help/convert.py | 2 |
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" |