mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08:00
Add missing period
This commit is contained in:
parent
0d6890243f
commit
69da804f81
@ -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.")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user