mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 06:33:17 +08:00
Fix misplaced "f" in issue message
This commit is contained in:
parent
c8f58cbf6c
commit
dc4285582b
@ -63,7 +63,7 @@ namespace osu.Game.Rulesets.Edit.Checks
|
|||||||
public class IssueTemplateTooShort : IssueTemplate
|
public class IssueTemplateTooShort : IssueTemplate
|
||||||
{
|
{
|
||||||
public IssueTemplateTooShort(ICheck check)
|
public IssueTemplateTooShort(ICheck check)
|
||||||
: base(check, IssueType.Problem, "\"{0}\" is too short ({1:0f} ms), should be at least {2:0f} ms.")
|
: base(check, IssueType.Problem, "\"{0}\" is too short ({1:0} ms), should be at least {2:0} ms.")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user