mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-14 16:56:33 +00:00
Use l10n for inventory offer action
This commit is contained in:
parent
1740e6bac4
commit
9a92904f11
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ namespace MWGui
|
|||
case MWGui::GM_Barter:
|
||||
mControllerButtons.mA = "#{sSell}";
|
||||
mControllerButtons.mB = "#{Interface:Cancel}";
|
||||
mControllerButtons.mX = "#{sOffer}";
|
||||
mControllerButtons.mX = "#{Interface:Offer}";
|
||||
mControllerButtons.mR2 = "#{sBarter}";
|
||||
break;
|
||||
case MWGui::GM_Inventory:
|
||||
|
|
Loading…
Reference in a new issue