1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 20:32:55 +08:00

revert: use old wording

This makes more sense wrt to the complete silence thing.

Refs: f7599c5b
This commit is contained in:
tsrk 2023-08-24 23:51:34 +02:00
parent f7599c5bc4
commit 50dbf564a5
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 its transient delayed by ~{1:0.##} ms, preceded by {2:0.##} ms of complete silence.") "\"{0}\" has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is 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 its transient delayed by ~{1:0.##} ms, preceded by {2:0.##} ms of complete silence.") "\"{0}\" has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is complete silence.")
{ {
} }