mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Use language-specific lookup key for Other
filter
This commit is contained in:
parent
69a474e4ab
commit
a295421b64
@ -107,7 +107,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
|||||||
return BeatmapsStrings.LanguagePolish;
|
return BeatmapsStrings.LanguagePolish;
|
||||||
|
|
||||||
case SearchLanguage.Other:
|
case SearchLanguage.Other:
|
||||||
return BeatmapsStrings.GenreOther;
|
return BeatmapsStrings.LanguageOther;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new ArgumentOutOfRangeException(nameof(value), value, null);
|
throw new ArgumentOutOfRangeException(nameof(value), value, null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user