mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Update button text to match new terminology
This commit is contained in:
parent
70ebfbcf5e
commit
c625c929e5
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
},
|
||||
new SettingsButton
|
||||
{
|
||||
Text = @"Run latency comparer",
|
||||
Text = @"Run latency certifier",
|
||||
Action = () => performer?.PerformFromScreen(menu => menu.Push(new LatencyCertifierScreen()))
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user