mirror of https://github.com/ppy/osu
Fix typo
This commit is contained in:
parent
bcb479d4f7
commit
00a0058fc7
|
@ -61,7 +61,7 @@ public MarkerCheck(string exact, string anyRegex)
|
|||
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}")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue