mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Also rename Welcome
to WelcomeTitle
to match other usages
This commit is contained in:
parent
1f967ecba3
commit
ed6481f708
@ -32,7 +32,7 @@ namespace osu.Game.Localisation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Welcome"
|
/// "Welcome"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString Welcome => new TranslatableString(getKey(@"welcome"), @"Welcome");
|
public static LocalisableString WelcomeTitle => new TranslatableString(getKey(@"welcome_title"), @"Welcome");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Welcome to the first-run setup guide!
|
/// "Welcome to the first-run setup guide!
|
||||||
|
@ -68,7 +68,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private readonly FirstRunStep[] steps =
|
private readonly FirstRunStep[] steps =
|
||||||
{
|
{
|
||||||
new FirstRunStep(typeof(ScreenWelcome), FirstRunSetupOverlayStrings.Welcome),
|
new FirstRunStep(typeof(ScreenWelcome), FirstRunSetupOverlayStrings.WelcomeTitle),
|
||||||
new FirstRunStep(typeof(ScreenUIScale), GraphicsSettingsStrings.UIScaling),
|
new FirstRunStep(typeof(ScreenUIScale), GraphicsSettingsStrings.UIScaling),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user