diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-28 10:11:38 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-28 10:48:08 +0000 |
commit | 9ce008461498f499ea8d524bfa7faf66ee194f14 (patch) | |
tree | 8f313364671dccaad024c96a8bbfc625eb4517f2 | |
parent | d94ca17c8d62af3286d84ceb8166cad1f8cd8446 (diff) |
tdf#153747 correction about what tips are shown in a document
also, refactor to <h1>,<h2>,<tip>
Change-Id: I6698ebc60ff40046267db7ffcbaa6ad8cb77e713
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147911
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/05/00000120.xhp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/text/shared/05/00000120.xhp b/source/text/shared/05/00000120.xhp index bbb962714c..6fc448e257 100644 --- a/source/text/shared/05/00000120.xhp +++ b/source/text/shared/05/00000120.xhp @@ -28,15 +28,15 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150672"><bookmark_value>Help; Help tips</bookmark_value><bookmark_value>tooltips; help</bookmark_value> </bookmark> <paragraph xml-lang="en-US" id="par_id3150672" role="paragraph" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155599" role="heading" level="1"><variable id="00000120"><link href="text/shared/05/00000120.xhp">Tips and Extended Tips</link></variable></paragraph> +<h1 xml-lang="en-US" id="hd_id3155599"><variable id="00000120"><link href="text/shared/05/00000120.xhp">Tips and Extended Tips</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3148520" role="paragraph">Tips and Extended Tips provide help while you work.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3149140" role="heading" level="2">Tips</paragraph> +<h2 xml-lang="en-US" id="hd_id3149140">Tips</h2> <paragraph xml-lang="en-US" id="par_id3157896" role="paragraph"><emph>Tips</emph> provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears.</paragraph> - <paragraph xml-lang="en-US" id="par_id3153910" role="paragraph"><emph>Tips</emph> are also displayed for some elements in a document, such as chapter names when you scroll through a long document.</paragraph> - <paragraph xml-lang="en-US" id="par_id992156" role="tip">Tips are always enabled.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3147571" role="heading" level="2">Extended Tips</paragraph> + <paragraph xml-lang="en-US" id="par_id3153910" role="paragraph"><emph>Tips</emph> are also displayed for some elements in a document, such as hyperlinks, fields, and index entries.</paragraph> + <tip id="par_id992156">Tips are always enabled.</tip> +<h2 xml-lang="en-US" id="hd_id3147571">Extended Tips</h2> <paragraph xml-lang="en-US" id="par_id3149346" role="paragraph"><emph>Extended Tips</emph> provide a brief description about buttons and commands. To display an extended tip, press <item type="keycode">Shift+F1</item>, then point to a button or command.</paragraph> - <paragraph xml-lang="en-US" id="par_idN10666" role="tip">If you always want extended tips instead of tips, enable the extended tips on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>.</paragraph> + <tip id="par_idN10666">If you always want extended tips instead of tips, enable the extended tips on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>.</tip> <section id="relatedtopics"> <embed href="text/shared/guide/active_help_on_off.xhp#active_help_on_off"/> <embed href="text/shared/05/00000110.xhp#00000110"/> |