Skip to content

Commit

Permalink
make requiredonclient text more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Sep 23, 2023
1 parent 43d238a commit b627902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a
"SHOW_ONLY_DISABLED" "Only Disabled"
"SHOW_ONLY_NOT_REQUIRED" "Only Optional Mods"
"SHOW_ONLY_REQUIRED" "Only Required Mods"
"MOD_REQUIRED_WARNING" " : This mod may get (un)loaded when joining a server"

// Maps menu
"HIDE_LOCKED" "Hide locked"
Expand Down
2 changes: 1 addition & 1 deletion Northstar.Client/mod/resource/ui/menus/modlist.menu
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ resource/ui/menus/modlist.menu
{
ControlName Label

labelText " : This mod gets (un)loaded automatically"
labelText "#MOD_REQUIRED_WARNING"
wide 500
tall 50
visible 0
Expand Down

0 comments on commit b627902

Please sign in to comment.