1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 21:10:46 +08:00
This commit is contained in:
Hivie
2025-07-21 13:21:30 +01:00
Unverified
parent 9bab2444ea
commit 209a75c4df
@@ -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}.")
{
}