diff --git a/addons/repair/functions/fnc_addRepairActions.sqf b/addons/repair/functions/fnc_addRepairActions.sqf index 3503dff3f0..24ad3605ca 100644 --- a/addons/repair/functions/fnc_addRepairActions.sqf +++ b/addons/repair/functions/fnc_addRepairActions.sqf @@ -90,9 +90,9 @@ _wheelHitPointSelections = _wheelHitPointsWithSelections select 1; _text = format ["STR_ACE_Repair_%1", _x]; if (isLocalized _text) then { - _text = format [localize LSTRING(RepairHitpoint), localize _text]; + _text = localize _text; } else { - _text = format [localize LSTRING(RepairHitpoint), _x]; + _text = _x; }; _icon = "A3\ui_f\data\igui\cfg\actions\repair_ca.paa"; diff --git a/addons/repair/stringtable.xml b/addons/repair/stringtable.xml index 48a40f5b49..0f045c064b 100644 --- a/addons/repair/stringtable.xml +++ b/addons/repair/stringtable.xml @@ -1,4 +1,4 @@ - + @@ -118,18 +118,6 @@ Who can perform a full repair on a vehicle? Kto może przeprowadzić pełną naprawę pojazdu? - - Repair %1 - Reparieren %1 - Reparación %1 - Réparer %1 - Napraw %1 - Opravit %1 - Reparar %1 - Ripara %1 - Szerelés %1 - Ремонт %1 - Repair >> Reparieren >> @@ -696,4 +684,4 @@ Przydziel klasę budynku naprawczego do jednego lub kilku budynków. - \ No newline at end of file +