diff --git a/osu.Game/Screens/Select/Filter/SortMode.cs b/osu.Game/Screens/Select/Filter/SortMode.cs index 1d71cba81a..5dd25d4846 100644 --- a/osu.Game/Screens/Select/Filter/SortMode.cs +++ b/osu.Game/Screens/Select/Filter/SortMode.cs @@ -17,21 +17,21 @@ namespace osu.Game.Screens.Select.Filter [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.BPM))] BPM, - [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateSubmitted))] - DateSubmitted, - [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateAdded))] DateAdded, [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateRanked))] DateRanked, - [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.LastPlayed))] - LastPlayed, + [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateSubmitted))] + DateSubmitted, [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.Difficulty))] Difficulty, + [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.LastPlayed))] + LastPlayed, + [LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.Length))] Length,