[LyX/master] Save translators time, already used on different places.
Pavel Sanda
sanda at lyx.org
Thu Jul 27 20:10:12 UTC 2023
commit 56d9b713c7bfc060ea032283b35fd098fb7988aa
Author: Pavel Sanda <sanda at lyx.org>
Date: Thu Jul 27 23:23:18 2023 +0200
Save translators time, already used on different places.
---
src/mathed/InsetMathHull.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp
index 954f565..95a7eda 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);
More information about the lyx-cvs
mailing list