Updated KeyBindingRow sprite text, adjusted KeyBindingOverlay width

This commit is contained in:
aQaTL
2018-04-11 08:07:26 +02:00
parent 38277bff35
commit 90beff83f6
2 changed files with 5 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace osu.Game.Overlays.KeyBinding
},
pressAKey = new OsuSpriteText
{
Text = "Press a key to change binding, DEL to delete, ESC to cancel.",
Text = "Press a key to change binding, SHIFT+DEL to delete, ESC to cancel.",
Y = height,
Margin = new MarginPadding(padding),
Alpha = 0,