mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Save translators time, already used on different places.
This commit is contained in:
parent
d815f382fa
commit
56d9b713c7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user