mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 09:42:57 +08:00
Update string keys and change "setup" to "set up" to fix grammar
This commit is contained in:
parent
d17c16d904
commit
1f967ecba3
@ -22,12 +22,12 @@ namespace osu.Game.Localisation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// "First-run setup"
|
/// "First-run setup"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString FirstRunSetup => new TranslatableString(getKey(@"first_run_setup"), @"First-run setup");
|
public static LocalisableString FirstRunSetupTitle => new TranslatableString(getKey(@"first_run_setup_title"), @"First-run setup");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Setup osu! to suit you"
|
/// "Set up osu! to suit you"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString SetupOsuToSuitYou => new TranslatableString(getKey(@"setup_osu_to_suit_you"), @"Setup osu! to suit you");
|
public static LocalisableString FirstRunSetupDescription => new TranslatableString(getKey(@"first_run_setup_description"), @"Set up osu! to suit you");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Welcome"
|
/// "Welcome"
|
||||||
|
@ -141,7 +141,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = FirstRunSetupOverlayStrings.FirstRunSetup,
|
Text = FirstRunSetupOverlayStrings.FirstRunSetupTitle,
|
||||||
Font = OsuFont.Default.With(size: 32),
|
Font = OsuFont.Default.With(size: 32),
|
||||||
Colour = colourProvider.Content1,
|
Colour = colourProvider.Content1,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
@ -149,7 +149,7 @@ namespace osu.Game.Overlays
|
|||||||
},
|
},
|
||||||
new OsuTextFlowContainer
|
new OsuTextFlowContainer
|
||||||
{
|
{
|
||||||
Text = FirstRunSetupOverlayStrings.SetupOsuToSuitYou,
|
Text = FirstRunSetupOverlayStrings.FirstRunSetupDescription,
|
||||||
Colour = colourProvider.Content2,
|
Colour = colourProvider.Content2,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
|
Loading…
Reference in New Issue
Block a user