mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add localisation for GlobalActions
This commit is contained in:
@ -115,7 +115,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
},
|
||||
text = new OsuSpriteText
|
||||
{
|
||||
Text = action.GetDescription(),
|
||||
Text = action.GetLocalisableDescription(),
|
||||
Margin = new MarginPadding(padding),
|
||||
},
|
||||
buttons = new FillFlowContainer<KeyButton>
|
||||
|
Reference in New Issue
Block a user