1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

fixed score/kills translation again

This commit is contained in:
Zeno Rogue
2017-12-03 10:44:05 +01:00
parent dfb0f6e1c1
commit ad7c453d18
4 changed files with 8 additions and 8 deletions

View File

@@ -4004,5 +4004,5 @@ S("A petrified creature.", "Eine versteinerte Kreatur.")
#undef Orb
S("score: ", "punkte: ")
S("kills: ", "kills: ")
S("score: %1", "punkte: %1")
S("kills: %1", "kills: %1")