source/text/shared/guide/language_select.xhp | 2 +- source/text/shared/guide/tabs.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 903af3b41f5931fdd288b469a812e7a1610f0d18 Author: Neil Roberts <[email protected]> AuthorDate: Fri Aug 28 12:12:26 2026 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Aug 28 14:56:52 2026 +0200 Fix instructions for editing paragraph style from context menu Since the commit below, the context menu option to edit the paragraph style is in a nested paragraph menu instead of directly being on the main context menu. commit 140fd0a1b1da1b0b14bda17c926dd8f95750ba92 Author: andreas kainz <[email protected]> Date: Thu Feb 21 18:19:56 2019 +0100 sync swform ui files with swriter ui files Change-Id: I1657c495928f8c7b86032c974a218f8db4f9b6ba Reviewed-on: https://gerrit.libreoffice.org/68170 Tested-by: Jenkins Reviewed-by: andreas_kainz <[email protected]> Change-Id: I943eaeb6fa84cfdf5ed60ad228b989c8261a8b8a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/210233 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/shared/guide/language_select.xhp b/source/text/shared/guide/language_select.xhp index 6029fcdecc..4feae831f2 100644 --- a/source/text/shared/guide/language_select.xhp +++ b/source/text/shared/guide/language_select.xhp @@ -66,7 +66,7 @@ <paragraph id="par_id3150872" role="listitem">Place the cursor in the paragraph whose paragraph style you want to edit.</paragraph> </listitem> <listitem> - <paragraph id="par_id3145367" role="listitem">Open the context menu and select <emph>Edit Paragraph Style</emph>. This opens the <emph>Paragraph Style</emph> dialog.</paragraph> + <paragraph id="par_id3145367" role="listitem">Open the context menu and select <emph>Paragraph - Edit Style</emph>. This opens the <emph>Paragraph Style</emph> dialog.</paragraph> </listitem> <listitem> <paragraph id="par_id3166413" role="listitem">Select the <emph>Font</emph> tab.</paragraph> diff --git a/source/text/shared/guide/tabs.xhp b/source/text/shared/guide/tabs.xhp index a87595ffd5..320f70c411 100644 --- a/source/text/shared/guide/tabs.xhp +++ b/source/text/shared/guide/tabs.xhp @@ -54,7 +54,7 @@ <paragraph role="paragraph" id="par_id9434492" xml-lang="en-US">Change the default tab stops for all documents: Use the menu <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - General</menuitem>.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id274971" xml-lang="en-US">Change the tab stops for all paragraphs using the current Paragraph Style: Right-click the paragraph to open the context menu, choose <emph>Edit Paragraph Style</emph>, click <emph>Tabs</emph>.</paragraph> +<paragraph role="paragraph" id="par_id274971" xml-lang="en-US">Change the tab stops for all paragraphs using the current Paragraph Style: Right-click the paragraph to open the context menu, choose <emph>Paragraph - Edit Style</emph>, click <emph>Tabs</emph>.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_id5199133" xml-lang="en-US">Change the tab stops for one or more paragraphs: Select the paragraphs, then click inside the ruler.</paragraph>
