On Feb 1, 2007, at 9:40 AM, ValessioBrito wrote:
> ---------- Forwarded message ----------
> From: ValessioBrito <valessio@...>
> Date: 01/02/2007 14:19
> Subject: Error string " =BA " =3D " ° " in all .po
> To: Inkscape-devel@... ( I'm not subscribe? )
>
>
> No render simbol " =BA " =3D 90=BA in: 90°
>
>
> #: ../src/verbs.cpp:2170
> msgid "Rotate 9_0° CCW"
> msgstr "Girar 9_0° graus"
There is a general problem here.
Inkscape uses strings like that in two different ways. One widget =20
takes raw text, the other takes markup. We also do a check for one form.
What probably needs to be done is get two strings split out.=
|