Skip to content

Commit

Permalink
Fix resolution exception grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jan 6, 2024
1 parent c8fdf86 commit 4d93acc
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ -41,7 +41,7 @@ resolution.solution.replaceModVersionDifferent.reqSupportedModVersion=
## mod versionRange
resolution.solution.replaceModVersionDifferent.reqSupportedModVersions=§6{0}§r, {1}
##
resolution.solution.replaceModVersionDifferent.unknown=Other constraints that can''t be automatically determined
resolution.solution.replaceModVersionDifferent.unknown=Other constraints that can't be automatically determined
# solution to install a mod that can load in the current environment: Install someMod, any version.
## oldMod newMod versionRange env
resolution.solution.replaceModEnvDisabled=Replace §e{0}§r with {2} of §6{1}§r that can load in the current environment ({3}) or update/remove the mods depending on it. This happens because a mod wants to load in a {3} environment but depends on another mod that doesn''t load in the {3} environment.
Expand All @@ -55,13 +55,13 @@ resolution.solution.replaceMod.oldModNoPath={0} {1}
resolution.depends.envDisabled=§e{0}§r {1} requires {3} of §6{2}§r, which is disabled for this environment (client/server only)!
resolution.depends.missing=§e{0}§r {1} requires {3} of §6{2}§r, which is missing!
resolution.depends.mismatch=§e{0}§r {1} requires {3} of §6{2}§r, but only the wrong version{5, choice, 1# is|2#s are} present: {4}!
resolution.depends.invalid=§e{0}§r {1} requires {3} of §6{2}§r, which can''t be loaded due to other constraints!
resolution.depends.invalid=§e{0}§r {1} requires {3} of §6{2}§r, which can't be loaded due to other constraints!
resolution.depends.suggestion=You need to install {3} of §6{2}§r.

resolution.recommends.envDisabled=§e{0}§r {1} recommends {3} of §6{2}§r, which is disabled for this environment (client/server only)!
resolution.recommends.missing=§e{0}§r {1} recommends {3} of §6{2}§r, which is missing!
resolution.recommends.mismatch=§e{0}§r {1} recommends {3} of §6{2}§r, but only the wrong version{5, choice, 1# is|2#s are} present: {4}!
resolution.recommends.invalid=§e{0}§r {1} recommends {3} of §6{2}§r, which can''t be loaded due to other constraints!
resolution.recommends.invalid=§e{0}§r {1} recommends {3} of §6{2}§r, which can't be loaded due to other constraints!
resolution.recommends.suggestion=You should install {3} of §6{2}§r for the optimal experience.

resolution.breaks.invalid=§e{0}§r {1} is incompatible with {3} of §6{2}§r, but{5, choice, 1# a|2#} matching version{5, choice, 1# is|2#s are} present: {4}!
Expand Down

0 comments on commit 4d93acc

Please sign in to comment.