1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00

Fix misplaced "f" in issue message

This commit is contained in:
Naxess 2021-07-13 06:07:04 +02:00
parent c8f58cbf6c
commit dc4285582b

View File

@ -63,7 +63,7 @@ namespace osu.Game.Rulesets.Edit.Checks
public class IssueTemplateTooShort : IssueTemplate
{
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.")
{
}