mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +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
|
new ClearAllButton
|
||||||
{
|
{
|
||||||
Text = NotificationsStrings.ClearAll,
|
Text = NotificationsStrings.ClearAll.ToUpper(),
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
Action = clearAll
|
Action = clearAll
|
||||||
|
Loading…
Reference in New Issue
Block a user