mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Use osu-web delete localisation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user