mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Replace osu-web strings with new strings and merge to single file
This commit is contained in:
@ -8,13 +8,12 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Graphics.UserInterfaceV2;
|
||||
using osu.Game.Localisation;
|
||||
using osu.Game.Resources.Localisation.Web;
|
||||
|
||||
namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
internal class ColoursSection : SetupSection
|
||||
{
|
||||
public override LocalisableString Title => EditorSetupColoursStrings.Colours;
|
||||
public override LocalisableString Title => EditorSetupStrings.ColoursHeader;
|
||||
|
||||
private LabelledColourPalette comboColours;
|
||||
|
||||
@ -25,10 +24,9 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
comboColours = new LabelledColourPalette
|
||||
{
|
||||
Label = EditorSetupColoursStrings.HitcircleSliderCombos,
|
||||
Label = EditorSetupStrings.HitcircleSliderCombos,
|
||||
FixedLabelWidth = LABEL_WIDTH,
|
||||
ColourNamePrefix = MatchesStrings.MatchScoreStatsCombo
|
||||
}
|
||||
ColourNamePrefix = EditorSetupStrings.ComboColourPrefix }
|
||||
};
|
||||
|
||||
if (Beatmap.BeatmapSkin != null)
|
||||
|
Reference in New Issue
Block a user