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

@ -12,7 +12,7 @@ namespace osu.Game.Localisation
/// <summary>
/// "Connection interrupted, will try to reconnect..."
/// </summary>
public static LocalisableString ConnectionInterruptedWillTryTo => new TranslatableString(getKey(@"connection_interrupted_will_try_to"), @"Connection interrupted, will try to reconnect...");
public static LocalisableString AttemptingToReconnect => new TranslatableString(getKey(@"attempting_to_reconnect"), @"Connection interrupted, will try to reconnect...");
/// <summary>
/// "Connecting..."