mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-18 00:46:38 +00:00
Use l10n for stats window scroll down action
This commit is contained in:
parent
3159c363a1
commit
1740e6bac4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace MWGui
|
|||
{
|
||||
setPinButtonVisible(false);
|
||||
mControllerButtons.mLStick = "#{Interface:Mouse}";
|
||||
mControllerButtons.mRStick = "#{sScrolldown}";
|
||||
mControllerButtons.mRStick = "#{Interface:ScrollDown}";
|
||||
mControllerButtons.mB = "#{Interface:Back}";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue