diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-03 09:16:33 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-05 11:52:25 +0200 |
commit | 3a1a27c39efa889d26a4a337eede57b9dbd8db57 (patch) | |
tree | 6da7378cec64232d1b9501a44061e661375281b5 /source/text/swriter/librelogo | |
parent | 79e835509b5d236e2431a2e9914886b81cb46d6b (diff) |
Insert sys=MAC in some menu paths
MAC often forgotten in menu path descriptions.
Change-Id: Ib6e9062b06389063d6f8293a95cd3e07e1919161
Reviewed-on: https://gerrit.libreoffice.org/75040
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter/librelogo')
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 5c156cfe28..e4b390769a 100644 --- a/source/text/swriter/librelogo/LibreLogo.xhp +++ b/source/text/swriter/librelogo/LibreLogo.xhp @@ -38,7 +38,7 @@ <paragraph role="heading" level="2" xml-lang="en-US" id="hd_330">Clear screen</paragraph> <paragraph role="paragraph" xml-lang="en-US" id="par_340">Click on the icon “Clear screen” to remove the drawing objects of the document.</paragraph> <paragraph role="heading" level="2" xml-lang="en-US" id="hd_344">Program editor/Syntax highlighting/Translating</paragraph> -<paragraph role="paragraph" xml-lang="en-US" id="par_345">The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<item type="menuitem">Tools - Options - Language Settings - Languages - Western</item>) and click on this icon to translate the Logo program to the selected language.</paragraph> +<paragraph role="paragraph" xml-lang="en-US" id="par_345">The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages - Western</menuitem>) and click on this icon to translate the Logo program to the selected language.</paragraph> <paragraph role="heading" level="2" xml-lang="en-US" id="hd_350">Command line</paragraph> <paragraph role="paragraph" xml-lang="en-US" id="par_360">Hit Enter in the command line to execute its content. To stop the program use the icon “Stop”.</paragraph> <paragraph role="paragraph" xml-lang="en-US" id="par_370">Hold down the Enter to repeat the command line, for example, on the following command sequence:</paragraph> |