mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-03 22:22:51 +07:00
Resolved #2242 - city names now translated in overview
This commit is contained in:
parent
5402ae7b82
commit
81a4092538
@ -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 New Issue
Block a user