mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Shortened sub-action text localization
This commit is contained in:
parent
e08bf59ac2
commit
0fc9a33d38
@ -88,12 +88,7 @@ _wheelHitPointSelections = _wheelHitPointsWithSelections select 1;
|
||||
_name = format ["Repair_%1", _x];
|
||||
|
||||
_text = format ["STR_ACE_Repair_%1", _x];
|
||||
|
||||
if (isLocalized _text) then {
|
||||
_text = localize _text;
|
||||
} else {
|
||||
_text = _x;
|
||||
};
|
||||
_text = if (isLocalized _text) then {localize _text} else {_x};
|
||||
|
||||
_icon = "A3\ui_f\data\igui\cfg\actions\repair_ca.paa";
|
||||
_selection = "";
|
||||
|
Loading…
Reference in New Issue
Block a user