Skip to content

Commit

Permalink
Minor language changes for user readability
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 16, 2023
1 parent d5b5654 commit 61dbcaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static List<ModCandidate> findCompatibleSet(Collection<ModCandidate> can
}
}

throw new ModResolutionException("Mod resolution encountered an incompatible mod set!%s",
throw new ModResolutionException("Some of your mods are incompatible with the game or each other!%s",
ResultAnalyzer.gatherErrors(result, selectedMods, modsById, envDisabledMods, envType));
}

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/net/fabricmc/loader/Messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ gui.error.missingException=No further details available
gui.tab.crash=Crash

# FormattedException main text
exception.incompatible=Incompatible mod set!
exception.incompatible=Incompatible mods found!
exception.parsingOverride=Error parsing dependency overrides!
exception.initializerFailure=A mod crashed on startup!
exception.minecraft.invokeFailure=Failed to start Minecraft!
exception.minecraft.generic=Minecraft has crashed!

# mod resolution errors

resolution.solutionHeader=A potential solution has been determined:
resolution.depListHeader=Unmet dependency listing:
resolution.solutionHeader=A potential solution has been determined, this may resolve your problem:
resolution.depListHeader=More details:
resolution.inactiveMods=Inactive mods:

# solution to install a mod: Install someMod, any version.
Expand Down

0 comments on commit 61dbcaa

Please sign in to comment.