From 8ea0a42b1b3c6cf09b0ab2abaf66cae3bc998642 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 17 Oct 2017 23:26:08 -0500 Subject: [PATCH] Use BIS translation for Zeus/Players (#5633) --- addons/zeus/functions/fnc_moduleUnGarrison.sqf | 2 +- addons/zeus/functions/fnc_ui_garrison.sqf | 2 +- addons/zeus/stringtable.xml | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/addons/zeus/functions/fnc_moduleUnGarrison.sqf b/addons/zeus/functions/fnc_moduleUnGarrison.sqf index 7c56462187..08fb7ada10 100644 --- a/addons/zeus/functions/fnc_moduleUnGarrison.sqf +++ b/addons/zeus/functions/fnc_moduleUnGarrison.sqf @@ -41,7 +41,7 @@ switch (false) do { [LSTRING(OnlyAlive)] call _fnc_errorAndClose; }; case !(isPlayer _unit): { - [LSTRING(OnlyNonPlayer)] call _fnc_errorAndClose; + ["str_a3_cfgvehicles_moduleremotecontrol_f_errorPlayer"] call _fnc_errorAndClose; }; }; private _units = units _unit; diff --git a/addons/zeus/functions/fnc_ui_garrison.sqf b/addons/zeus/functions/fnc_ui_garrison.sqf index b408d8595c..cc5087de65 100644 --- a/addons/zeus/functions/fnc_ui_garrison.sqf +++ b/addons/zeus/functions/fnc_ui_garrison.sqf @@ -51,7 +51,7 @@ switch (false) do { [LSTRING(OnlyAlive)] call _fnc_errorAndClose; }; case !(isPlayer _unit): { - [LSTRING(OnlyNonPlayer)] call _fnc_errorAndClose; + ["str_a3_cfgvehicles_moduleremotecontrol_f_errorPlayer"] call _fnc_errorAndClose; }; }; diff --git a/addons/zeus/stringtable.xml b/addons/zeus/stringtable.xml index ca86335118..15aab1ca42 100644 --- a/addons/zeus/stringtable.xml +++ b/addons/zeus/stringtable.xml @@ -1164,12 +1164,6 @@ テレポート Teletrasporto - - Unit must not be a player - L'unité ne doit pas être un joueur - ユニットはプレイヤー - L'unità non deve essere un giocatore - Un-garrison group Dégarnir zone