diff options
author | Johnny_M <klasse@partyheld.de> | 2021-06-13 10:50:12 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-14 14:44:25 +0200 |
commit | 015d40f2bba6e8cd417c6e9a8c3aff0fab25d2f0 (patch) | |
tree | 2a7fd9b969397593001f3d7658c971548220bbbe | |
parent | f6ae0a84932e5a73ad576fc54a288ec29fb4cf17 (diff) |
tdf#132643 Translate German section IDs
Improve earlier translations.
Change-Id: I79749cb0aaf0c352c9b493d65558e22b27463a50
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117088
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/00/00040502.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/01/05110100.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/05110200.xhp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/00/00040502.xhp b/source/text/shared/00/00040502.xhp index 7acd15d151..e6d1e1e66a 100644 --- a/source/text/shared/00/00040502.xhp +++ b/source/text/shared/00/00040502.xhp @@ -271,7 +271,7 @@ <section id="style"> <paragraph id="par_id3149255" role="paragraph">Open context menu - choose <menuitem>Style</menuitem>.</paragraph> </section> - <section id="style_bold"> + <section id="bold"> <paragraph id="par_id3155177" role="paragraph">Open context menu - choose <menuitem>Style - Bold</menuitem>.</paragraph> <section id="sybold"> <table id="tbl_id3147252"> @@ -286,7 +286,7 @@ </table> </section> </section> - <section id="style_italic"> + <section id="italic"> <paragraph id="par_id3151276" role="paragraph">Open context menu - choose <menuitem>Style - Italic</menuitem>.</paragraph> <section id="syitalic"> <table id="tbl_id3144416"> diff --git a/source/text/shared/01/05110100.xhp b/source/text/shared/01/05110100.xhp index ce3d90162d..5e596362e7 100644 --- a/source/text/shared/01/05110100.xhp +++ b/source/text/shared/01/05110100.xhp @@ -41,7 +41,7 @@ </section> <paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph> <section id="howtoget"> - <embed href="text/shared/00/00040502.xhp#style_bold"/> + <embed href="text/shared/00/00040502.xhp#bold"/> </section> </body> </helpdocument> diff --git a/source/text/shared/01/05110200.xhp b/source/text/shared/01/05110200.xhp index e06f393fea..8b41ca1ab2 100644 --- a/source/text/shared/01/05110200.xhp +++ b/source/text/shared/01/05110200.xhp @@ -43,7 +43,7 @@ </section> <paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph> <section id="howtoget"> - <embed href="text/shared/00/00040502.xhp#style_italic"/> + <embed href="text/shared/00/00040502.xhp#italic"/> </section> </body> </helpdocument> |