diff --git a/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt b/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt index e96ee57f9b..6ae9185152 100644 --- a/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt +++ b/core/src/com/unciv/ui/cityscreen/CityStatsTable.kt @@ -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