mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Show 2 decimals for background filesize
This commit is contained in:
parent
14c626ffcb
commit
40ae856dfc
@ -88,7 +88,7 @@ namespace osu.Game.Rulesets.Edit.Checks
|
||||
public class IssueTemplateTooUncompressed : IssueTemplate
|
||||
{
|
||||
public IssueTemplateTooUncompressed(ICheck check)
|
||||
: base(check, IssueType.Problem, "The background filesize ({0:0.#} MB) exceeds {1} MB.")
|
||||
: base(check, IssueType.Problem, "The background filesize ({0:0.##} MB) exceeds {1} MB.")
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user