Fix string

This commit is contained in:
Olexandr Nesterenko
2014-06-19 10:18:56 +03:00
parent a9dcbc338b
commit 7fb0ae8f02
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ var Outside = {
}
}
population.text('pop ' + $SM.get('game.population') + '/' + this.getMaxPopulation());
population.text(_('pop ') + $SM.get('game.population') + '/' + this.getMaxPopulation());
var hasPeeps;
if($SM.get('game.buildings["hut"]', true) == 0) {