From 3d9540ac6ad3f7eb5ff420d0e2ee5f789c847d15 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:22:39 +0200 Subject: [PATCH] [TASK] Remove the stray numbering from the context menu description (#882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The paragraph under "Context menu" reads "1. A click on the page icon will open the context menu. 2. **Or**, you can right click the whole page title." Those numbers are not markup — reST does not read them as an enumerated list here, so they are printed as literal text in the middle of the sentence, and the published page shows them. They are not needed either: the sentence already says "Or", so the two ways of opening the menu are one statement, not a numbered procedure. The sibling entries "Modules" and "Content area" are plain paragraphs too. The automatic backport of #882 failed because the sentence differs slightly here — this branch says "right click the whole page title" where main says "right click on the whole page title" — so the change was applied to this branch's own wording. Only this page changes; every other page renders byte for byte as before. Releases: main, 14.3, 13.4 Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf --- .../Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index c87727e8..5db10a8e 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -83,7 +83,7 @@ Content area: the right. Hovering over the icon of a page will display its internal id. Context menu: - 1. A click on the page icon will open the context menu. 2. **Or**, you + A click on the page icon will open the context menu. **Or**, you can right click the whole page title. .. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png