- Translation fix for great people - #6131

This commit is contained in:
Yair Morgenstern
2022-12-22 23:44:04 +02:00
parent ccb5bb205f
commit dd5a242743

View File

@ -351,7 +351,7 @@ class CityStatsTable(val cityScreen: CityScreen): Table() {
info.add(ImageGetter.getUnitIcon(greatPersonName, Color.GOLD).toGroup(20f))
.left().padBottom(4f).padRight(5f)
info.add("$greatPersonName (+$gppPerTurn)".toLabel()).left().padBottom(4f).expandX().row()
info.add("{$greatPersonName} (+$gppPerTurn)".toLabel()).left().padBottom(4f).expandX().row()
val gppCurrent = cityInfo.civInfo.greatPeople.greatPersonPointsCounter[greatPersonName]
val gppNeeded = cityInfo.civInfo.greatPeople.pointsForNextGreatPerson