1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 14:02:55 +08:00

Change import button to mention replays instead of scores

This commit is contained in:
HoLLy 2019-06-21 17:42:54 +02:00
parent 802da225d4
commit d99f4d1a87

View File

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