From 00428ff0141b58f0603d6258bf5fbb0617464671 Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Mon, 24 Mar 2025 15:00:08 +0100 Subject: [PATCH] [Doc] Fix multiple use section label --- src/Gui/Language/Translator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Language/Translator.cpp b/src/Gui/Language/Translator.cpp index 3955a2a887..aaac67479c 100644 --- a/src/Gui/Language/Translator.cpp +++ b/src/Gui/Language/Translator.cpp @@ -45,7 +45,7 @@ using namespace Gui; * The internationalization of FreeCAD makes heavy use of the internationalization * support of Qt. For more details refer to your Qt documentation. * - * \section stepbystep Step by step + * \section stepbystep_language Step by step * To integrate a new language into FreeCAD or one of its application modules * you have to perform the following steps: *