Use l10n for inventory offer action

This commit is contained in:
Alexei Kotov 2025-09-05 10:11:10 +03:00
parent 1740e6bac4
commit 9a92904f11

View File

@ -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: