1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 00:37:19 +08:00

Add missing period

This commit is contained in:
Naxess 2021-04-13 13:57:56 +02:00
parent 0d6890243f
commit 69da804f81

View File

@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Edit.Checks
public class IssueTemplateNoneSet : IssueTemplate public class IssueTemplateNoneSet : IssueTemplate
{ {
public IssueTemplateNoneSet(ICheck check) public IssueTemplateNoneSet(ICheck check)
: base(check, IssueType.Problem, "No background has been set") : base(check, IssueType.Problem, "No background has been set.")
{ {
} }