mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
- Translation fix for great people - #6131
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user