Tech eras are now translated
This commit is contained in:
parent
3958ed3cdb
commit
c1cc32e95b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo) : PickerScreen()
|
|||
selectTechnology(tech)
|
||||
}
|
||||
topTable.add(TB)
|
||||
if(eras[j].text.toString()=="") eras[j].setText(tech.era().toString().tr())
|
||||
if(eras[j].text.toString()=="") eras[j].setText((tech.era().toString()+" era").tr())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue