Rename "Show minimap" to "Minimap size" (#7567)

This commit is contained in:
Joan Josep
2022-07-31 21:56:45 +02:00
committed by GitHub
parent 605956c4d5
commit 6a943bb46f
2 changed files with 2 additions and 2 deletions

View File

@ -691,7 +691,7 @@ Show tutorials =
Auto-assign city production = Auto-assign city production =
Auto-build roads = Auto-build roads =
Automated workers replace improvements = Automated workers replace improvements =
Show minimap = Minimap size =
off = off =
Show pixel units = Show pixel units =
Show pixel improvements = Show pixel improvements =

View File

@ -64,7 +64,7 @@ fun displayTab(
} }
private fun addMinimapSizeSlider(table: Table, settings: GameSettings, selectBoxMinWidth: Float) { private fun addMinimapSizeSlider(table: Table, settings: GameSettings, selectBoxMinWidth: Float) {
table.add("Show minimap".toLabel()).left().fillX() table.add("Minimap size".toLabel()).left().fillX()
// The meaning of the values needs a formula to be synchronized between here and // The meaning of the values needs a formula to be synchronized between here and
// [Minimap.init]. It goes off-10%-11%..29%-30%-35%-40%-45%-50% - and the percentages // [Minimap.init]. It goes off-10%-11%..29%-30%-35%-40%-45%-50% - and the percentages