diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-16 08:37:42 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-22 11:37:21 +0100 |
commit | dddd28a6173bf590d8b4ea8ca886c0a732e50551 (patch) | |
tree | b7b550d05bffcad89345f0df33570d2cd725cfb9 /source/auxiliary | |
parent | fee1c989724756b1a7a001a4a1964cd38c09b409 (diff) |
tdf#128227 disambiguate text frame and text box
in summary,
on Writer, Text frame -> Frame
On other modules
Text Frame -> text box
Change-Id: I3b218fafb03cd5ab79c8c0b902ec417bf5445ff8
Reviewed-on: https://gerrit.libreoffice.org/82976
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit e20b575c56ebe912501e932192e509b6a227ce3c)
Reviewed-on: https://gerrit.libreoffice.org/83451
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/swriter.tree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index b0f8fcebfa..97ec2ab998 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -92,7 +92,7 @@ </node> <node id="0207" title="Sections and Frames in Text Documents"> <topic id="swriter/text/swriter/guide/sections.xhp">Using Sections</topic> -<topic id="swriter/text/swriter/guide/text_frame.xhp">Inserting, Editing, and Linking Text Frames</topic> +<topic id="swriter/text/swriter/guide/text_frame.xhp">Inserting, Editing, and Linking Frames</topic> <topic id="swriter/text/swriter/guide/section_edit.xhp">Editing Sections</topic> <topic id="swriter/text/swriter/guide/section_insert.xhp">Inserting Sections</topic> </node> |