diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-11-08 14:11:05 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-11-10 19:33:14 +0100 |
commit | 858f7cac7f8fc3ec21c2273c21f7a4b34c608d62 (patch) | |
tree | e401acdd2d43fccb5ea7086575ec816b981a1e4f | |
parent | 60560093b76da08195ad1b1dc7bbd17ee2cfb333 (diff) |
Fix caseinline in some Help pages
Change-Id: I67472c239abdb425ad5787bb854638566b29b4f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124847
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/live_data_stream.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/live_data_stream.xhp b/source/text/scalc/01/live_data_stream.xhp index fa9fe9e2db..66c9531a65 100644 --- a/source/text/scalc/01/live_data_stream.xhp +++ b/source/text/scalc/01/live_data_stream.xhp @@ -37,7 +37,7 @@ <section id="howtoget"> <paragraph id="par_id240920171007389295" role="paragraph">Menu <menuitem>Data – Streams...</menuitem></paragraph> </section> - <note id="par_id921633126951835">This is an experimental feature and is disabled by default. To enable it, go to <menuitem>Tools - Options - Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>.</note> + <note id="par_id921633126951835">This is an experimental feature and is disabled by default. To enable it, go to <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME – Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>.</note> <embed href="text/shared/need_help.xhp#needhelp"/> </body> </helpdocument> |