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