1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:33:22 +08:00

Edit one more word not using british english

This commit is contained in:
Joseph Madamba 2024-11-26 12:11:29 -08:00
parent 41c309fb72
commit f04862ea74
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -90,9 +90,9 @@ namespace osu.Game.Localisation
public static LocalisableString SkinEditor => new TranslatableString(getKey(@"skin_editor"), @"Your gameplay HUD can be customised by using the skin layout editor. Open it at any time via Ctrl-Shift-S!"); public static LocalisableString SkinEditor => new TranslatableString(getKey(@"skin_editor"), @"Your gameplay HUD can be customised by using the skin layout editor. Open it at any time via Ctrl-Shift-S!");
/// <summary> /// <summary>
/// "You can create mod presets to make toggling your favorite mod combinations easier!" /// "You can create mod presets to make toggling your favourite mod combinations easier!"
/// </summary> /// </summary>
public static LocalisableString ModPresets => new TranslatableString(getKey(@"mod_presets"), @"You can create mod presets to make toggling your favorite mod combinations easier!"); public static LocalisableString ModPresets => new TranslatableString(getKey(@"mod_presets"), @"You can create mod presets to make toggling your favourite mod combinations easier!");
/// <summary> /// <summary>
/// "Many mods have customisation settings that drastically change how they function. Click the Customise button in mod select to view settings!" /// "Many mods have customisation settings that drastically change how they function. Click the Customise button in mod select to view settings!"