mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:19:52 +08:00
Add back removed .ToUpper() case transform
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user