mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Show 2 decimals for background filesize
This commit is contained in:
@ -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.")
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user