Skip to content

Commit

Permalink
Somewhat better error messages, in a (futile, probably) attempt to pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Sep 1, 2024
1 parent 5dfb5dd commit ad62c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace KSPe.Common.Dialogs.ErrorHandling
{
internal static class MissingDependencyErrorBox
{
private static readonly string MSG = @"{0}Unfortunately {1} didn't found {2} installed.
private static readonly string MSG = @"{0}Unfortunately {1} didn't found {2}. It may be due a faulty installation, but also due the (in)famous <i>Assembly Loader/Resolver</i> bug.
{3}Reason reported: <i>{4}</i>";

Expand Down

0 comments on commit ad62c7c

Please sign in to comment.