mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-22 00:56:36 +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);
|
setPinButtonVisible(false);
|
||||||
mControllerButtons.mLStick = "#{Interface:Mouse}";
|
mControllerButtons.mLStick = "#{Interface:Mouse}";
|
||||||
mControllerButtons.mRStick = "#{sScrolldown}";
|
mControllerButtons.mRStick = "#{Interface:ScrollDown}";
|
||||||
mControllerButtons.mB = "#{Interface:Back}";
|
mControllerButtons.mB = "#{Interface:Back}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue