Skip to content

Commit 9c69c0f

Browse files
committed
Some repharsing on the Message Boxes, in a (futile, probably) attempt to prevent this [kind of crap](https://www.reddit.com/r/KerbalAcademy/comments/1ejaf9b/houstonerror_contradiction/)
1 parent 687f58b commit 9c69c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/ModuleManagerWatchDog/ErrorMessages.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ internal static class ErrorMessage
2020
{
2121
public static readonly string ERR_MMWD_DUPLICATED = "There're more than one MM Watch Dog on this KSP installment! Please delete all but the one you intend to use!";
2222
public static readonly string ERR_MMWD_WRONGPLACE = "666_ModuleManagerWatchDog.dll <b>must be</b> directly on GameData and not inside any subfolder (i.e., it must be in the same place ModuleManager.dll is). Please move 666_ModuleManagerWatchDog.dll directly into GameData.";
23-
public static readonly string ERR_MM_ABSENT = "There's no Module Manager on this KSP installment! You need to install Module Manager!";
23+
public static readonly string ERR_MM_ABSENT = "Module Manager couldn't be found on this KSP installment! It may be due a faulty installation, but also due the (in)famous <i>Assembly Loader/Resolver</i> bug!";
2424
public static readonly string ERR_MM_WRONGPLACE = "ModuleManager.dll <b>must be</b> directly on GameData and not inside any subfolder. Please move ModuleManager.dll directly into GameData.";
2525
public static readonly string ERR_MM_DOPPELGANGER = "There're more than one Module Manager on this KSP installment! Please delete all but the one you intend to use!";
2626
public static readonly string ERR_MM_FORUMDELETED = "You had selected MM/L as preferred Module Manager, but somehow other forks were installed. They were automatically removed.";
2727
public static readonly string ERR_MM_MYFORKDELETED = "You had selected Forum's as preferred Module Manager, but somehow other forks were installed. They were automatically removed.";
28-
public static readonly string ERR_MM_MISSING_DEPENDENCIES = "You have MM installed, but not its dependencies. If using MM/L, you need to install KSPe too!";
28+
public static readonly string ERR_MM_MISSING_DEPENDENCIES = "You have MM installed, but its dependencies weren't found. It may be due a faulty installation, but also due the (in)famous <i>Assembly Loader/Resolver</i> bug!";
2929

3030
internal static class Conflict
3131
{

0 commit comments

Comments
 (0)