diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-11 15:36:22 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-13 12:28:49 +0200 |
commit | 604ffb54dc7a6cf59e7e38c5fbd37250d3b507d7 (patch) | |
tree | a11b4d1777ddd418b2f95dfe907d4c1ec1295192 | |
parent | 7c55241a443bdbfaa46613ddd456edfeb9f5e1b3 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I6a1db95a058ae170e3f4cfcbaff38cfe463c1257
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96150
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03010000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010100.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03010000.xhp b/source/text/sbasic/shared/03010000.xhp index 60039275dd..ce510f0adb 100644 --- a/source/text/sbasic/shared/03010000.xhp +++ b/source/text/sbasic/shared/03010000.xhp @@ -34,7 +34,7 @@ <h1 id="hd_id3156280"><variable id="BasicScreenIO"><link href="text/sbasic/shared/03010000.xhp" name="Screen I/O Functions">Screen I/O Functions</link></variable></h1> <paragraph role="paragraph" id="par_id3153770" xml-lang="en-US">This section describes the Runtime Functions used to call dialogs for the input and output of user entries.</paragraph> </section> - <embed href="text/sbasic/shared/03010100.xhp#ausgabe"/> + <embed href="text/sbasic/shared/03010100.xhp#output"/> <embed href="text/sbasic/shared/03010200.xhp#eingabe"/> <embed href="text/sbasic/shared/03010300.xhp#farbe"/> </body> diff --git a/source/text/sbasic/shared/03010100.xhp b/source/text/sbasic/shared/03010100.xhp index f9fb1bb0fe..42f45eb1d1 100644 --- a/source/text/sbasic/shared/03010100.xhp +++ b/source/text/sbasic/shared/03010100.xhp @@ -32,7 +32,7 @@ <body> - <section id="ausgabe"> + <section id="output"> <paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010100.xhp" name="Display Functions">Display Functions</link></paragraph> <paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">This section describes Runtime functions used to output information to the screen display.</paragraph> </section> |