1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Add back removed .ToUpper() case transform

This commit is contained in:
Bartłomiej Dach 2023-07-08 14:10:05 +02:00
parent f8be6d41f7
commit 3a9b259f8a
No known key found for this signature in database

View File

@ -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