1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:49:54 +08:00

Use osu-web delete localisation

This commit is contained in:
schiavoanto
2025-03-05 23:51:29 +01:00
Unverified
parent 574f2363ff
commit ee2615da53
@@ -27,6 +27,7 @@ using osu.Game.Screens.Select;
using osu.Game.Skinning;
using osuTK;
using Realms;
using WebCommonStrings = osu.Game.Resources.Localisation.Web.CommonStrings;
namespace osu.Game.Overlays.Settings.Sections
{
@@ -231,7 +232,7 @@ namespace osu.Game.Overlays.Settings.Sections
[BackgroundDependencyLoader]
private void load()
{
Text = CommonStrings.Delete;
Text = WebCommonStrings.ButtonsDelete;
Action = delete;
}