Fix typo in missing-preview-point message

This commit is contained in:
Dean Herbert 2023-02-02 14:34:59 +09:00
parent c2cde8361a
commit 5b3d7a8f26
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public Issue Create(string diffName, int originalTime, int conflictTime) =>
public class IssueTemplateHasNoPreviewTime : IssueTemplate
{
public IssueTemplateHasNoPreviewTime(ICheck check)
: base(check, IssueType.Problem, "A preview point for this map is not set. Consider settings one from the Timing menu.")
: base(check, IssueType.Problem, "A preview point for this map is not set. Consider setting one from the Timing menu.")
{
}