From bbd4ced1eaffb7f7471ef9ea47724daa05811a93 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Tue, 19 Dec 2023 01:10:39 +0000 Subject: Make `RequiredOnClient` text clearer (#720) Also makes that text get localised as it was hardcoded before. --- Northstar.Client/mod/resource/ui/menus/modlist.menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Northstar.Client/mod/resource/ui') diff --git a/Northstar.Client/mod/resource/ui/menus/modlist.menu b/Northstar.Client/mod/resource/ui/menus/modlist.menu index da59bcddc..bd350a338 100644 --- a/Northstar.Client/mod/resource/ui/menus/modlist.menu +++ b/Northstar.Client/mod/resource/ui/menus/modlist.menu @@ -488,8 +488,8 @@ resource/ui/menus/modlist.menu { ControlName Label - labelText " : This mod gets (un)loaded automatically" - wide 500 + labelText "#MOD_REQUIRED_WARNING" + auto_wide_tocontents 1 tall 50 visible 0 -- cgit v1.2.3