mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Localise more toast related strings
This commit is contained in:
@ -638,7 +638,7 @@ namespace osu.Game
|
||||
var combinations = KeyBindingStore.GetReadableKeyCombinationsFor(l);
|
||||
|
||||
if (combinations.Count == 0)
|
||||
return "none";
|
||||
return ToastStrings.NoKeyBound;
|
||||
|
||||
return string.Join(" or ", combinations);
|
||||
};
|
||||
|
Reference in New Issue
Block a user