update
This commit is contained in:
parent
d75bb46b99
commit
a49237a52c
2 changed files with 2 additions and 1 deletions
|
@ -473,6 +473,7 @@
|
|||
Italian:"Prendi"
|
||||
French:"Acquérir"
|
||||
Russian:"Получить"
|
||||
Simplified_Chinese:"变更为本城市所属"
|
||||
}
|
||||
|
||||
/////// Stats / Basics ressources
|
||||
|
|
|
@ -57,7 +57,7 @@ class ImprovementPickerScreen(tileInfo: TileInfo, onAccept: ()->Unit) : PickerSc
|
|||
group.touchable = Touchable.enabled
|
||||
group.onClick {
|
||||
selectedImprovement = improvement
|
||||
pick(improvement.name)
|
||||
pick(improvement.name.tr())
|
||||
descriptionLabel.setText(improvement.description)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue