From 6a943bb46f0ebc6400a577c81c9cf1cf3754b717 Mon Sep 17 00:00:00 2001 From: Joan Josep Date: Sun, 31 Jul 2022 21:56:45 +0200 Subject: [PATCH] Rename "Show minimap" to "Minimap size" (#7567) --- android/assets/jsons/translations/template.properties | 2 +- core/src/com/unciv/ui/options/DisplayTab.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/assets/jsons/translations/template.properties b/android/assets/jsons/translations/template.properties index d7b4cc0dd8..6e6e7a01f6 100644 --- a/android/assets/jsons/translations/template.properties +++ b/android/assets/jsons/translations/template.properties @@ -691,7 +691,7 @@ Show tutorials = Auto-assign city production = Auto-build roads = Automated workers replace improvements = -Show minimap = +Minimap size = off = Show pixel units = Show pixel improvements = diff --git a/core/src/com/unciv/ui/options/DisplayTab.kt b/core/src/com/unciv/ui/options/DisplayTab.kt index ee824216e0..4a50b6fa1f 100644 --- a/core/src/com/unciv/ui/options/DisplayTab.kt +++ b/core/src/com/unciv/ui/options/DisplayTab.kt @@ -64,7 +64,7 @@ fun displayTab( } 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 // [Minimap.init]. It goes off-10%-11%..29%-30%-35%-40%-45%-50% - and the percentages