mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Share localised strings with expanded display message
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
break;
|
||||
|
||||
case APIState.Failing:
|
||||
TooltipText = ToolbarStrings.ConnectionInterruptedWillTryTo;
|
||||
TooltipText = ToolbarStrings.AttemptingToReconnect;
|
||||
spinner.Show();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user