mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
17b9b6af2a
commit
6a3da535f3
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue