diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-19 01:10:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 02:10:39 +0100 |
commit | bbd4ced1eaffb7f7471ef9ea47724daa05811a93 (patch) | |
tree | da8d0748f7bae24b284b4fca5ce7fd5617d5a93e /Northstar.Client/mod/resource/ui/menus | |
parent | a169e16508bed6b850450d17056433a234fa29f6 (diff) | |
download | NorthstarMods-bbd4ced1eaffb7f7471ef9ea47724daa05811a93.tar.gz NorthstarMods-bbd4ced1eaffb7f7471ef9ea47724daa05811a93.zip |
Make `RequiredOnClient` text clearer (#720)v1.21.2-rc2v1.21.2-rc1
Also makes that text get localised as it was hardcoded before.
Diffstat (limited to 'Northstar.Client/mod/resource/ui/menus')
-rw-r--r-- | Northstar.Client/mod/resource/ui/menus/modlist.menu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.Client/mod/resource/ui/menus/modlist.menu b/Northstar.Client/mod/resource/ui/menus/modlist.menu index da59bcdd..bd350a33 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 |