From 209a75c4df38bfcfbcb150516f483fbd37bc4835 Mon Sep 17 00:00:00 2001 From: Hivie Date: Mon, 21 Jul 2025 13:21:30 +0100 Subject: [PATCH] oops --- osu.Game/Rulesets/Edit/Checks/CheckLowestDiffDrainTime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Rulesets/Edit/Checks/CheckLowestDiffDrainTime.cs b/osu.Game/Rulesets/Edit/Checks/CheckLowestDiffDrainTime.cs index 641bd66f14..f4b9cc7ecb 100644 --- a/osu.Game/Rulesets/Edit/Checks/CheckLowestDiffDrainTime.cs +++ b/osu.Game/Rulesets/Edit/Checks/CheckLowestDiffDrainTime.cs @@ -73,7 +73,7 @@ namespace osu.Game.Rulesets.Edit.Checks public class IssueTemplateTooShort : IssueTemplate { public IssueTemplateTooShort(ICheck check) - : base(check, IssueType.Problem, "With the lowest difficulty being \"{0}\", the {1} time of this difficulty must be at least {3}, currently {4}.") + : base(check, IssueType.Problem, "With the lowest difficulty being \"{0}\", the {1} time of this difficulty must be at least {2}, currently {3}.") { }