mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Improve string consistency
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#nullable disable
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Extensions.LocalisationExtensions;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
@ -78,7 +79,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
public SetupScreenTitle()
|
||||
{
|
||||
Title = EditorSetupStrings.BeatmapSetup;
|
||||
Title = EditorSetupStrings.BeatmapSetup.ToLower();
|
||||
Description = EditorSetupStrings.BeatmapSetupDescription;
|
||||
IconTexture = "Icons/Hexacons/social";
|
||||
}
|
||||
|
Reference in New Issue
Block a user