1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00
This commit is contained in:
Bartłomiej Dach 2024-07-03 16:13:47 +02:00
parent bcb479d4f7
commit 00a0058fc7
No known key found for this signature in database

View File

@ -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}")
{
}