Show 2 decimals for background filesize

This commit is contained in:
Naxess 2021-04-20 01:34:05 +02:00
parent 14c626ffcb
commit 40ae856dfc

View File

@ -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.")
{
}