Merge branch 'first-run-show-get-started' into first-run-behaviour-screen

This commit is contained in:
Dean Herbert
2022-04-26 16:10:16 +09:00
51 changed files with 1009 additions and 410 deletions

View File

@ -49,11 +49,6 @@ osu! is a very configurable game, and diving straight into the settings can some
/// </summary>
public static LocalisableString UIScaleDescription => new TranslatableString(getKey(@"ui_scale_description"), @"The size of the osu! user interface can be adjusted to your liking.");
/// <summary>
/// "Next ({0})"
/// </summary>
public static LocalisableString Next(LocalisableString nextStepDescription) => new TranslatableString(getKey(@"next"), @"Next ({0})", nextStepDescription);
/// <summary>
/// "Behaviour"
/// </summary>