mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 01:42:55 +08:00
Join combinations with "/" instead
This commit is contained in:
parent
4fc84e71cd
commit
e0557e849b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user