1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Replays -> scores

This commit is contained in:
Dean Herbert 2019-07-05 14:07:14 +09:00
parent ba8df3ba92
commit 99da04527d

View File

@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
{
Add(importScoresButton = new SettingsButton
{
Text = "Import replays from stable",
Text = "Import scores from stable",
Action = () =>
{
importScoresButton.Enabled.Value = false;