Skip to content

Commit 52fb15b

Browse files
authored
Update Controls.hx
1 parent 13b7fd5 commit 52fb15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/jta/states/config/Controls.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Controls extends BaseState
170170
if (Input.justPressed('confirm'))
171171
{
172172
isChangingBind = true;
173-
anyKeyTxt.text = Locale.getSettings("$PRESS_ANY") + (isGamepad ? Locale.getSettings("$BTN") : Locale.getSettings("$KEY"));
173+
anyKeyTxt.text = Locale.getSettings("$PRESS_ANY") + " " + (isGamepad ? Locale.getSettings("$BTN") : Locale.getSettings("$KEY"));
174174
anyKeyTxt.visible = true;
175175
tempBG.visible = true;
176176

0 commit comments

Comments
 (0)