Localise more toast related strings

This commit is contained in:
Joseph Madamba
2021-10-11 01:02:26 -07:00
parent bae404f742
commit 4fc84e71cd
5 changed files with 49 additions and 7 deletions

View File

@ -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);
};