Save translators time, already used on different places.

This commit is contained in:
Pavel Sanda 2023-07-27 23:23:18 +02:00
parent d815f382fa
commit 56d9b713c7

View File

@ -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);