Share localised strings with expanded display message

This commit is contained in:
Dean Herbert
2022-08-09 15:57:16 +09:00
parent 3f8cedff3a
commit 5d8bd1de28
3 changed files with 4 additions and 3 deletions

View File

@ -107,7 +107,7 @@ namespace osu.Game.Overlays.Toolbar
break;
case APIState.Failing:
TooltipText = ToolbarStrings.ConnectionInterruptedWillTryTo;
TooltipText = ToolbarStrings.AttemptingToReconnect;
spinner.Show();
break;