From 56d9b713c7bfc060ea032283b35fd098fb7988aa Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 27 Jul 2023 23:23:18 +0200 Subject: [PATCH] Save translators time, already used on different places. --- src/mathed/InsetMathHull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 954f5651aa..95a7eda09d 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -314,7 +314,7 @@ void InsetMathHull::addToToc(DocIterator const & pit, bool output_active, if (!numbered(row)) continue; if (label_[row]) { - label_[row]->setPrettyCounter(_("Equation ") + numbers_[row]); + label_[row]->setPrettyCounter(_("Equation") + " " + numbers_[row]); label_[row]->addToToc(pit, output_active, utype, backend); } docstring label = nicelabel(row); -- 2.39.5