1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 18:07:25 +08:00

Fix case of "toggle mod select" string

This commit is contained in:
Dean Herbert 2022-05-15 02:40:35 +09:00
parent a759cf2dab
commit 6c3a4375c5

View File

@ -207,7 +207,7 @@ namespace osu.Game.Localisation
/// <summary> /// <summary>
/// "Toggle Mod Select" /// "Toggle Mod Select"
/// </summary> /// </summary>
public static LocalisableString ToggleModSelection => new TranslatableString(getKey(@"toggle_mod_selection"), @"Toggle Mod Select"); public static LocalisableString ToggleModSelection => new TranslatableString(getKey(@"toggle_mod_selection"), @"Toggle mod select");
/// <summary> /// <summary>
/// "Deselect all mods" /// "Deselect all mods"