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