Use existing strings

This commit is contained in:
ansel
2023-01-15 14:39:34 +03:00
parent 87650044bb
commit 8777d5349b
4 changed files with 5 additions and 18 deletions

View File

@ -11,6 +11,7 @@ using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Localisation;
using osu.Game.Overlays;
using osu.Game.Resources.Localisation.Web;
using osuTK;
namespace osu.Game.Screens.Edit.Compose.Components.Timeline
@ -86,7 +87,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
},
controlPointsCheckbox = new OsuCheckbox
{
LabelText = EditorStrings.TimelineBpm,
LabelText = BeatmapsetsStrings.ShowStatsBpm,
Current = { Value = true },
},
}