1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 02:59:53 +08:00

Fix incorrect description

This commit is contained in:
Denis Titovets
2025-07-09 15:31:42 +03:00
Unverified
parent 6fc5fa74cd
commit 2f324e3881
+1 -1
View File
@@ -25,7 +25,7 @@ namespace osu.Game.Screens.Select.Filter
[LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateSubmitted))]
DateSubmitted,
[LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateRanked))]
[LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateAdded))]
DateAdded,
[LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateRanked))]