From 3b27c45f6491df63b414c433f768527d3598d671 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Fri, 13 Dec 2013 15:15:22 -0500 Subject: [PATCH] localization --- SQF/dayz_code/Configs/deathboards.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/deathboards.hpp b/SQF/dayz_code/Configs/deathboards.hpp index 9d2a61cbd..72458464a 100644 --- a/SQF/dayz_code/Configs/deathboards.hpp +++ b/SQF/dayz_code/Configs/deathboards.hpp @@ -15,7 +15,7 @@ class EpochDeathBoardDialog class RscText_1001: RscText { idc = -1; - text = "Kill Board"; + text = $STR_EPOCH_PLAYER_302; x = 0.283659 * safezoneW + safezoneX; y = 0.224978 * safezoneH + safezoneY; w = 0.432681 * safezoneW; @@ -34,7 +34,7 @@ class EpochDeathBoardDialog class RscText_1002: RscText { idc = -1; - text = "Murders"; + text = $STR_EPOCH_PLAYER_303; x = 0.29042 * safezoneW + safezoneX; y = 0.293733 * safezoneH + safezoneY; w = 0.0540852 * safezoneW; @@ -62,4 +62,4 @@ class EpochDeathBoardDialog colorBackground[] = {0,0,0,0}; }; }; -}; \ No newline at end of file +};