Skip to content

Commit

Permalink
Merge pull request #818 from myk002/myk_modmanager
Browse files Browse the repository at this point in the history
[gui/mod-manager] clarify error message when a mod cannot be found
  • Loading branch information
myk002 committed Sep 2, 2023
2 parents 7486df2 + a964923 commit 561052e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/mod-manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ local function load_preset(idx)
for _, v in ipairs(failures) do
failures_str = failures_str .. v .. "\n"
end
dialogs.showMessage("Warning", "Failed to load some mods", COLOR_LIGHTRED)
dialogs.showMessage("Warning",
"Failed to load some mods. Please re-create your default preset.",
COLOR_LIGHTRED)
end
end

Expand Down

0 comments on commit 561052e

Please sign in to comment.