mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-24 04:11:50 -04:00
Use l10n for inventory offer action
This commit is contained in:
parent
1740e6bac4
commit
9a92904f11
@ -979,7 +979,7 @@ namespace MWGui
|
|||||||
case MWGui::GM_Barter:
|
case MWGui::GM_Barter:
|
||||||
mControllerButtons.mA = "#{sSell}";
|
mControllerButtons.mA = "#{sSell}";
|
||||||
mControllerButtons.mB = "#{Interface:Cancel}";
|
mControllerButtons.mB = "#{Interface:Cancel}";
|
||||||
mControllerButtons.mX = "#{sOffer}";
|
mControllerButtons.mX = "#{Interface:Offer}";
|
||||||
mControllerButtons.mR2 = "#{sBarter}";
|
mControllerButtons.mR2 = "#{sBarter}";
|
||||||
break;
|
break;
|
||||||
case MWGui::GM_Inventory:
|
case MWGui::GM_Inventory:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user