Ticket #2925: 2925.patch

File 2925.patch, 1.2 KB (added by Imarok, 8 years ago)

Fix the bug (also present for other languages)

  • binaries/data/mods/public/gui/locale/locale_advanced.xml

    diff --git binaries/data/mods/public/gui/locale/locale_advanced.xml binaries/data/mods/public/gui/locale/locale_advanced.xml
    index 25bb8de..037fdac 100644
     
    77
    88    <!-- Add a translucent black background to fade out the menu page -->
    99    <object type="image" z="0" sprite="ModernFade"/>
    10     <object type="image" style="ModernDialog" size="50%-220 50%-200 50%+220 50%+200">
     10    <object type="image" style="ModernDialog" size="50%-220 50%-210 50%+220 50%+210">
    1111        <action on="Tick">onTick();</action>
    1212        <object size="15 0 100%-15 100%">
    1313            <object style="ModernLabelText" type="text" size="50%-150 -18 50%+150 14">
     
    5656            </object>
    5757            <object name="resultingLocale" type="text" size="50%+10 230 100% 255" textcolor="white" />
    5858
    59             <object type="text" size="5 260 50% 285" style="ModernLabelText" text_align="left">
     59            <object type="text" size="5 260 50% 290" style="ModernLabelText" text_align="left">
    6060                <translatableAttribute id="caption">Dictionary files used:</translatableAttribute>
    6161            </object>
    6262            <object name="dictionaryFile" type="text" size="50%+10 260 100% 345" textcolor="white" />