From a0dc39822f44b56d0a8e1babf7d2dd0dcf030959 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Mon, 21 Feb 2022 18:54:11 -0300 Subject: [PATCH] Enable translation of HelpWhatsThis Table of Contents --- src/Gui/HelpWhatsThis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/HelpWhatsThis.cpp b/src/Gui/HelpWhatsThis.cpp index dac8443b0..d8899bcb7 100644 --- a/src/Gui/HelpWhatsThis.cpp +++ b/src/Gui/HelpWhatsThis.cpp @@ -64,7 +64,7 @@ HelpWhatsThis::getText(GCHelp chapter) { default: case Default: - return text.arg("Main-Page_Table-of-contents").arg("Table of Contents"); + return text.arg("Main-Page_Table-of-contents").arg(tr("Table of Contents")); // Scope Bar case ScopeBar: