1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +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>
/// "Toggle Mod Select"
/// </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>
/// "Deselect all mods"