Is this a typo or not?

File: starmath/uiconfig/smath/ui.po
Context: smathsettings.ui norightspaces label string.text
Comments: bGjPd

"Ig_nore _~ and ` at the end of the line"

It has double underline. Or is it to ignore these: _ ~ `

Regards

Hi Sérgio, *,

File: starmath/uiconfig/smath/ui.po
Context: smathsettings.ui norightspaces label string.text
Comments: bGjPd

"Ig_nore _~ and ` at the end of the line"

It has double underline. Or is it to ignore these: _ ~ `

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4f99d56f929c1eac07217e0f80a501b4e3dbdc6c

The double tilde in the old string ("Ig~nore ~~ and ` at the end of
the line") were just to escape the ~ thus should be "Ig_nore ~ and `
at the end of the line"

Those are spacing characters in math, i.e. ` is small horizontal
space, while ~ is a bigger one. So when printing the invisible space
they would take should not cause the page to be split when printing.

will fix this in the english code for next update-round.

ciao
Christian