mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Also rename Welcome
to WelcomeTitle
to match other usages
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Welcome"
|
||||
/// </summary>
|
||||
public static LocalisableString Welcome => new TranslatableString(getKey(@"welcome"), @"Welcome");
|
||||
public static LocalisableString WelcomeTitle => new TranslatableString(getKey(@"welcome_title"), @"Welcome");
|
||||
|
||||
/// <summary>
|
||||
/// "Welcome to the first-run setup guide!
|
||||
|
Reference in New Issue
Block a user