diff options
author | Johnny_M <klasse@partyheld.de> | 2020-10-31 18:07:01 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-11-09 10:30:51 +0100 |
commit | 2b15a169f450f4293f4274857eb3506d7e6b13be (patch) | |
tree | 0ee33017039317b3a36415b8005e9e8efb6af223 | |
parent | 9c457341b068a3ab782723455988bc0aff1add05 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Iecf08159e31b821c65b1396592172490d3710b9a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105117
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/main0107.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/07080000.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/main0107.xhp | 2 | ||||
-rw-r--r-- | source/text/smath/main0107.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0107.xhp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/source/text/scalc/main0107.xhp b/source/text/scalc/main0107.xhp index 2fc04aa123..84ccb55708 100644 --- a/source/text/scalc/main0107.xhp +++ b/source/text/scalc/main0107.xhp @@ -36,7 +36,7 @@ </section> <embed href="text/shared/01/07010000.xhp#newwindow"/> <embed href="text/shared/02/10100000.xhp#schliessen"/> -<embed href="text/shared/01/07080000.xhp#dokumentliste"/> +<embed href="text/shared/01/07080000.xhp#document_list"/> </body> </helpdocument>
\ No newline at end of file diff --git a/source/text/shared/01/07080000.xhp b/source/text/shared/01/07080000.xhp index fb04354790..384190e1db 100644 --- a/source/text/shared/01/07080000.xhp +++ b/source/text/shared/01/07080000.xhp @@ -32,7 +32,7 @@ <body> - <section id="dokumentliste"> + <section id="document_list"> <paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/07080000.xhp" name="Document List">Document List</link></paragraph> <paragraph role="paragraph" id="par_id3147273" xml-lang="en-US">Lists the currently open documents. Select the name of a document in the list to switch to that document.</paragraph> </section> diff --git a/source/text/simpress/main0107.xhp b/source/text/simpress/main0107.xhp index ab2b5b5ab6..9b26f61f19 100644 --- a/source/text/simpress/main0107.xhp +++ b/source/text/simpress/main0107.xhp @@ -36,7 +36,7 @@ </section> <embed href="text/shared/01/07010000.xhp#newwindow"/> <embed href="text/shared/02/10100000.xhp#schliessen"/> -<embed href="text/shared/01/07080000.xhp#dokumentliste"/> +<embed href="text/shared/01/07080000.xhp#document_list"/> </body> </helpdocument>
\ No newline at end of file diff --git a/source/text/smath/main0107.xhp b/source/text/smath/main0107.xhp index 3ecac547f6..ccd8c14da1 100644 --- a/source/text/smath/main0107.xhp +++ b/source/text/smath/main0107.xhp @@ -38,6 +38,6 @@ </section> <embed href="text/shared/01/07010000.xhp#newwindow"/> <embed href="text/shared/02/10100000.xhp#schliessen"/> - <embed href="text/shared/01/07080000.xhp#dokumentliste"/> + <embed href="text/shared/01/07080000.xhp#document_list"/> </body> </helpdocument> diff --git a/source/text/swriter/main0107.xhp b/source/text/swriter/main0107.xhp index ce5992d7ca..d7c3c8f944 100644 --- a/source/text/swriter/main0107.xhp +++ b/source/text/swriter/main0107.xhp @@ -39,6 +39,6 @@ </section> <embed href="text/shared/01/07010000.xhp#newwindow"/> <embed href="text/shared/02/10100000.xhp#schliessen"/> - <embed href="text/shared/01/07080000.xhp#dokumentliste"/> + <embed href="text/shared/01/07080000.xhp#document_list"/> </body> </helpdocument> |