On Fri, Jul 28, 2023 at 08:28:55AM +0200, Kornel Benko wrote:
> > @@ -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);
>
> Does it not affect RTL languages?
Well, if RTL languages need it, then the code would need the placeholder for
numbers_[row] in the string. Whether they need it I don't know.
Pavel
--
lyx-devel mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-devel