Resolved #2242 - city names now translated in overview
This commit is contained in:
parent
5402ae7b82
commit
81a4092538
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class EmpireOverviewScreen(private val viewingPlayer:CivilizationInfo) : CameraS
|
|||
cityList = cityList.reversed()
|
||||
|
||||
for (city in cityList) {
|
||||
val button = Button(Label(city.name, skin), skin)
|
||||
val button = Button(city.name.toLabel(), skin)
|
||||
button.onClick {
|
||||
UncivGame.Current.setScreen(CityScreen(city))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue