mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:17:51 +08:00
Improve language of user-facing errors
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
b53777c2a4
commit
9871300317
@ -193,7 +193,7 @@ namespace osu.Desktop
|
||||
|
||||
if (!tryParseRoomSecret(args.Secret, out long roomId, out string? password))
|
||||
{
|
||||
Logger.Log("Could not parse room from Discord RPC Client", LoggingTarget.Network, LogLevel.Important);
|
||||
Logger.Log("Could not join multiplayer room.", LoggingTarget.Network, LogLevel.Important);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user