diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-19 13:12:01 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-19 19:12:37 +0200 |
commit | bd65c7cde8bbd01252f12f683094721784f5715d (patch) | |
tree | b7065ca8012170ec12d3b6272fa623404404cfdc | |
parent | 1c842279a41a855ce4a556aa86d72c45fa445b19 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I4410eb7156788a7eae8cc7a9b3347fb4c8b8def9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96724
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdraw/main0101.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/01180000.xhp | 2 | ||||
-rw-r--r-- | source/text/smath/main0101.xhp | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/source/text/sdraw/main0101.xhp b/source/text/sdraw/main0101.xhp index 0a360caaba..e63af462ef 100644 --- a/source/text/sdraw/main0101.xhp +++ b/source/text/sdraw/main0101.xhp @@ -43,7 +43,7 @@ <embed href="text/shared/01/01060001.xhp#saveremote"/> <embed href="text/shared/01/01070000.xhp#saveas"/> <embed href="text/shared/01/01060002.xhp#saveacopy"/> - <embed href="text/shared/01/01180000.xhp#allesspeichern"/> + <embed href="text/shared/01/01180000.xhp#saveall"/> <embed href="text/shared/02/07060000.xhp#neuladen"/> <embed href="text/shared/01/01190000.xhp#versions"/> <embed href="text/simpress/01/01170000.xhp#export"/> diff --git a/source/text/shared/01/01180000.xhp b/source/text/shared/01/01180000.xhp index 73b49ca187..e6ba96dbd6 100644 --- a/source/text/shared/01/01180000.xhp +++ b/source/text/shared/01/01180000.xhp @@ -26,11 +26,9 @@ </meta> <body> <section id="saveall"> - <section id="allesspeichern"><comment>Can we remove this?</comment> <bookmark xml-lang="en-US" branch="hid/.uno:SaveAll" id="bm_id8186141" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3150347" role="heading" level="1"><link href="text/shared/01/01180000.xhp" name="Save All">Save All</link></paragraph> <paragraph xml-lang="en-US" id="par_id3151299" role="paragraph"><ahelp hid=".uno:SaveAll">Saves all modified $[officename] documents.</ahelp></paragraph> - </section> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#saveall"/> diff --git a/source/text/smath/main0101.xhp b/source/text/smath/main0101.xhp index 4d869d355a..fca81312d7 100644 --- a/source/text/smath/main0101.xhp +++ b/source/text/smath/main0101.xhp @@ -41,7 +41,7 @@ <embed href="text/shared/01/01050000.xhp#schliessen"/> <embed href="text/shared/01/01060000.xhp#speichern"/> <embed href="text/shared/01/01070000.xhp#saveas"/> - <embed href="text/shared/01/01180000.xhp#allesspeichern"/> + <embed href="text/shared/01/01180000.xhp#saveall"/> <embed href="text/shared/02/07060000.xhp#neuladen"/> <embed href="text/shared/01/01190000.xhp#versions"/> <embed href="text/shared/01/01070001.xhp#export"/> |