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:
parent
a759cf2dab
commit
6c3a4375c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user