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"
|
Italian:"Prendi"
|
||||||
French:"Acquérir"
|
French:"Acquérir"
|
||||||
Russian:"Получить"
|
Russian:"Получить"
|
||||||
|
Simplified_Chinese:"变更为本城市所属"
|
||||||
}
|
}
|
||||||
|
|
||||||
/////// Stats / Basics ressources
|
/////// Stats / Basics ressources
|
||||||
|
|
|
@ -57,7 +57,7 @@ class ImprovementPickerScreen(tileInfo: TileInfo, onAccept: ()->Unit) : PickerSc
|
||||||
group.touchable = Touchable.enabled
|
group.touchable = Touchable.enabled
|
||||||
group.onClick {
|
group.onClick {
|
||||||
selectedImprovement = improvement
|
selectedImprovement = improvement
|
||||||
pick(improvement.name)
|
pick(improvement.name.tr())
|
||||||
descriptionLabel.setText(improvement.description)
|
descriptionLabel.setText(improvement.description)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue