Skip to content

Commit

Permalink
Use localize macro
Browse files Browse the repository at this point in the history
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
  • Loading branch information
amsteadrayle and LinkIsGrim authored Oct 14, 2023
1 parent 86ff46b commit 4647360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_updateActions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private _shownIndex = 0;
{HAS_TOURNIQUET_APPLIED_ON(GVAR(target),GVAR(selectedBodyPart))}
) then {
_ctrl ctrlSetTooltipColorText [1, 1, 0, 1];
_ctrl ctrlSetTooltip localize LSTRING(TourniquetWarning);
_ctrl ctrlSetTooltip LLSTRING(TourniquetWarning);
};

_ctrl ctrlSetText _displayName;
Expand Down

0 comments on commit 4647360

Please sign in to comment.