1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:59:52 +08:00
This commit is contained in:
Bartłomiej Dach
2024-07-03 16:13:47 +02:00
Unverified
parent bcb479d4f7
commit 00a0058fc7
@@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Edit.Checks
public class IssueTemplateIncorrectMarker : IssueTemplate
{
public IssueTemplateIncorrectMarker(ICheck check)
: base(check, IssueType.Problem, "{0} field has a incorrect format of marker {1}")
: base(check, IssueType.Problem, "{0} field has an incorrect format of marker {1}")
{
}