mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Replays -> scores
This commit is contained in:
parent
ba8df3ba92
commit
99da04527d
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
|
|||||||
{
|
{
|
||||||
Add(importScoresButton = new SettingsButton
|
Add(importScoresButton = new SettingsButton
|
||||||
{
|
{
|
||||||
Text = "Import replays from stable",
|
Text = "Import scores from stable",
|
||||||
Action = () =>
|
Action = () =>
|
||||||
{
|
{
|
||||||
importScoresButton.Enabled.Value = false;
|
importScoresButton.Enabled.Value = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user