mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move localisation string to common location
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Overlays.Mods
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
AccentColour = colours.Orange1;
|
||||
HeaderText = ModPresetColumnStrings.PersonalPresets;
|
||||
HeaderText = ModSelectOverlayStrings.PersonalPresets;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user