1
0
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:
Dean Herbert 2022-06-10 14:16:56 +09:00
parent 70ebfbcf5e
commit c625c929e5

View File

@ -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()))
}
};