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 +};