1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 22:57:38 +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

@@ -6290,6 +6290,6 @@ S("This makes sense only in hyperbolic or Torus geometry.", "To ma sens tylko w
// for the map editor
N("Dragon Head", GEN_F, "Głowa Smoka", "Głowy Smoka", "Głowę Smoka", "Głową Smoka")
S("score: ", "wynik: ")
S("kills: ", "zabicia: ")
S("score: %1", "wynik: %1")
S("kills: %1", "zabicia: %1")