Am Fri, 28 Jul 2023 09:30:17 +0200 schrieb Pavel Sanda <[email protected]>:
> 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
I don't mean the "Equation", but the following " ";
Kornel
pgpcM0RYZr9pL.pgp
Description: Digitale Signatur von OpenPGP
-- lyx-devel mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-devel
