From ab26d9f52bf866c488ac232a5e6ada1dd2b61888 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Fri, 20 Dec 2013 11:34:47 -0500 Subject: [PATCH] #852 buy for/sell for dialog.hpp --- SQF/dayz_code/Configs/dialog.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/dialog.hpp b/SQF/dayz_code/Configs/dialog.hpp index 954bdfe0b..2cc23ba1f 100644 --- a/SQF/dayz_code/Configs/dialog.hpp +++ b/SQF/dayz_code/Configs/dialog.hpp @@ -207,7 +207,7 @@ class TraderDialog class RscTextTraderDialog_1003: RscTextTraderDialog { idc = -1; - text = "Buy For"; + text = $STR_EPOCH_PLAYER_293; x = 0.290407 * safezoneW + safezoneX; y = 0.555016 * safezoneH + safezoneY; w = 0.0743718 * safezoneW; @@ -216,7 +216,7 @@ class TraderDialog class RscTextTraderDialog_1004: RscTextTraderDialog { idc = -1; - text = "Sell For"; + text = $STR_EPOCH_PLAYER_294; x = 0.290407 * safezoneW + safezoneX; y = 0.623786 * safezoneH + safezoneY; w = 0.0743718 * safezoneW;