1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 11:22:57 +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
{
Text = "Import scores from stable",
Text = "Import replays from stable",
Action = () =>
{
importScoresButton.Enabled.Value = false;