Fix broken blockgame localization.

This commit is contained in:
Pieter-Jan Briers
2021-02-28 21:54:56 +01:00
parent 1409f58c1c
commit 0c059fc699

View File

@@ -8,4 +8,6 @@ blockgame-points-label = Points: {$points}
blockgame-level-label = Level: {$level}
# Game over information of your round
blockgame-gameover-info = Global: {$global}\nLocal: {$local}\nPoints: {$points}
blockgame-gameover-info = Global: {$global}
Local: {$local}
Points: {$points}