1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 13:20:11 +08:00

Add missing period

This commit is contained in:
Naxess
2021-04-13 13:57:56 +02:00
Unverified
parent 0d6890243f
commit 69da804f81
@@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Edit.Checks
public class IssueTemplateNoneSet : IssueTemplate
{
public IssueTemplateNoneSet(ICheck check)
: base(check, IssueType.Problem, "No background has been set")
: base(check, IssueType.Problem, "No background has been set.")
{
}