diff options
author | Johnny_M <klasse@partyheld.de> | 2021-02-15 11:46:58 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-02-16 00:14:39 +0100 |
commit | 0d6b658e342a9a56d5ec7db1b76c1378ed03a4bf (patch) | |
tree | dffcec7f1b76b5955d37b70c2aa675224b3c8800 | |
parent | d832d9a27e3c8dc15c44f2d85e340583e9f36233 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I18a1c38a62976d8ac8ed5995a03b72d11e7fbc22
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110903
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdraw/main0100.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/main0108.xhp | 3 | ||||
-rw-r--r-- | source/text/smath/main0100.xhp | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/source/text/sdraw/main0100.xhp b/source/text/sdraw/main0100.xhp index b1c9a08ac9..316aba79ca 100644 --- a/source/text/sdraw/main0100.xhp +++ b/source/text/sdraw/main0100.xhp @@ -50,6 +50,6 @@ <embed href="text/simpress/main0113.xhp#aendern"/> --> <embed href="text/simpress/main0107.xhp#window"/> - <embed href="text/shared/main0108.xhp#hilfe"/> + <embed href="text/shared/main0108.xhp#help"/> </body> </helpdocument> diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp index e8f8d4d603..e089ae7493 100644 --- a/source/text/shared/main0108.xhp +++ b/source/text/shared/main0108.xhp @@ -29,14 +29,11 @@ <section id="help"> - -<section id="hilfe"> <bookmark xml-lang="en-US" branch="hid/.uno:HelpMenu" id="bm_id3153539" localize="false"/> <paragraph id="hd_id3155364" role="heading" level="1" xml-lang="en-US"><link href="text/shared/main0108.xhp" name="Help">Help</link></paragraph> <paragraph id="par_id3153990" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:HelpMenu">The Help menu allows you to start and control the $[officename] Help system.</ahelp></paragraph> </section> -</section> <section id="helpcommand"> diff --git a/source/text/smath/main0100.xhp b/source/text/smath/main0100.xhp index 699ace8685..2f19159838 100644 --- a/source/text/smath/main0100.xhp +++ b/source/text/smath/main0100.xhp @@ -50,7 +50,7 @@ <embed href="text/smath/main0107.xhp#window"/> - <embed href="text/shared/main0108.xhp#hilfe"/> + <embed href="text/shared/main0108.xhp#help"/> </body> </helpdocument> |