From 1f0588883cdb9158caff7f9bbceda01e0774f27f Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 8 Apr 2018 21:04:14 +1100 Subject: [PATCH] MP Staging: make Faction Select button's purpose more clear [ci skip] --- changelog.md | 1 + data/gui/window/mp_staging.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 14b126d4d4c1..b7f915fbca4d 100644 --- a/changelog.md +++ b/changelog.md @@ -25,6 +25,7 @@ Polish, Scottish Gaelic, Spanish, Ukrainian ### User Interface * Swapped the position and formatting of game names and titles in the MP lobby. + * Made Faction Select button's purpose more clear in MP Staging. ### WML engine * Support formula= key in [variable] ConditionalWML * Support to_location in [move_unit], taking a location ID diff --git a/data/gui/window/mp_staging.cfg b/data/gui/window/mp_staging.cfg index 4e7ee770b501..0a865f48f42f 100644 --- a/data/gui/window/mp_staging.cfg +++ b/data/gui/window/mp_staging.cfg @@ -66,7 +66,7 @@ [button] id = "select_leader" - definition = "minimal_arrow" + definition = "settings" tooltip = _"Select the faction and leader for this side" [/button]