mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +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 class IssueTemplateTooUncompressed : IssueTemplate
|
||||||
{
|
{
|
||||||
public IssueTemplateTooUncompressed(ICheck check)
|
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