1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Shorten new binding descriptions

This commit is contained in:
Jack Boswell (boswelja) 2020-06-15 21:44:38 +12:00
parent 29d737cf25
commit e15324ca90

View File

@ -165,16 +165,16 @@ namespace osu.Game.Input.Bindings
SelectNext, SelectNext,
// Song select keybindings // Song select keybindings
[Description("Toggle mod selection overlay")] [Description("Toggle Mod Select")]
ToggleModSelection, ToggleModSelection,
[Description("Select a random beatmap")] [Description("Random")]
SelectNextRandom, SelectNextRandom,
[Description("Select the last random beatmap")] [Description("Rewind")]
SelectPreviousRandom, SelectPreviousRandom,
[Description("Toggle beatmap options overlay")] [Description("Beatmap Options")]
ToggleBeatmapOptions, ToggleBeatmapOptions,
} }
} }