mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
Uppercase sort filter control text.
This commit is contained in:
parent
5381e11880
commit
652fe6c413
@ -2,6 +2,7 @@
|
|||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using osu.Framework.Extensions.LocalisationExtensions;
|
||||||
using osu.Framework.Localisation;
|
using osu.Framework.Localisation;
|
||||||
using osu.Game.Resources.Localisation.Web;
|
using osu.Game.Resources.Localisation.Web;
|
||||||
|
|
||||||
@ -11,7 +12,7 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
{
|
{
|
||||||
public RankingsSortTabControl()
|
public RankingsSortTabControl()
|
||||||
{
|
{
|
||||||
Title = RankingsStrings.FilterTitle;
|
Title = RankingsStrings.FilterTitle.ToUpper();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user