diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index 4bf122ace1..a3b4d90d20 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -640,7 +640,7 @@ namespace osu.Game if (combinations.Count == 0) return ToastStrings.NoKeyBound; - return string.Join(" or ", combinations); + return string.Join(" / ", combinations); }; Container logoContainer;