1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 05:53:11 +08:00

style: reword

This commit is contained in:
tsrk 2023-08-24 23:41:56 +02:00
parent 273593a0ee
commit f7599c5bc4
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -117,7 +117,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{ {
public IssueTemplateDelay(ICheck check) public IssueTemplateDelay(ICheck check)
: base(check, IssueType.Warning, : base(check, IssueType.Warning,
"\"{0}\" has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is complete silence.") "\"{0}\" has its transient delayed by ~{1:0.##} ms, preceded by {2:0.##} ms of complete silence.")
{ {
} }
@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{ {
public IssuTemplateMinorDelay(ICheck check) public IssuTemplateMinorDelay(ICheck check)
: base(check, IssueType.Negligible, : base(check, IssueType.Negligible,
"\"{0}\" has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is complete silence.") "\"{0}\" has its transient delayed by ~{1:0.##} ms, preceded by {2:0.##} ms of complete silence.")
{ {
} }