Open JayDee696969 opened 5 years ago
Another possibly skin-elated bug, reported by @kodiultimate:
Describe the bug Hi, noticed when opening actress description and within description window there is a little bug - word "soften" appearing at the left hand side of the window. It seems like it is pulled from the language 'resource.language.en_gb' - strings.po line 981 : msgctxt "#215" msgid "Soften" msgstr ""
To Reproduce Steps to reproduce the behaviour:
Expected behaviour A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Platform
Same on Xonfluence skin
I believe I know where this is coming from, it appears to be from "Default.xml"
<default type="radiobutton">
<left>450</left>
<top>300</top>
<width>450</width>
<height>63</height>
<include condition="String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonClassic</include>
<include condition="!String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonModern</include>
<include>NormalButton</include>
<label>215</label>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<textoffsetx>10</textoffsetx>
<aligny>center</aligny>
<pulseonselect>no</pulseonselect>
</default>
The skin string.po has no "215" label, so I think thats where it picks up the "Soften" from "resource.language.en_gb"
Off center names. Using Xonfluence skin.