forked from mirrors/0ad
Remove wrong newline in splashscreen.xml
The last new line character is not needed and is in conflict with the translation texts.
This commit is contained in:
committed by
Vantha
parent
17b9b6af2a
commit
6a3da535f3
@@ -29,8 +29,7 @@
|
||||
<object>
|
||||
<object name="icon2" type="image" sprite="stretched:pregame/icons/lag.png"/>
|
||||
<object name="text2" type="text" textcolor="white" font="sans-16">
|
||||
<translatableAttribute id="caption">The game is fully playable. But at times it can have performance problems with large maps and a great number of units, especially on weaker hardware.
|
||||
</translatableAttribute>
|
||||
<translatableAttribute id="caption">The game is fully playable. But at times it can have performance problems with large maps and a great number of units, especially on weaker hardware.</translatableAttribute>
|
||||
</object>
|
||||
</object>
|
||||
<object>
|
||||
|
||||
Reference in New Issue
Block a user