mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add back removed .ToUpper()
case transform
This commit is contained in:
parent
f8be6d41f7
commit
3a9b259f8a
@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
new ClearAllButton
|
||||
{
|
||||
Text = NotificationsStrings.ClearAll,
|
||||
Text = NotificationsStrings.ClearAll.ToUpper(),
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
Action = clearAll
|
||||
|
Loading…
Reference in New Issue
Block a user