Skip to content

Commit

Permalink
Add label for value display
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Apr 14, 2020
1 parent 0116eee commit 9b425da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/settings/fnc_gui_settingList.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ private _lbData = [];
};

if (_tooltip isEqualTo "") then {
_tooltip = str _x;
_tooltip = localize "str_a3_firing_drills_hint_time_raw" + str _x;
} else {
_tooltip = _tooltip + endl + str _x;
_tooltip = _tooltip + endl + localize "str_a3_firing_drills_hint_time_raw" + str _x;
};

private _index = _ctrlList lbAdd _label;
Expand Down

0 comments on commit 9b425da

Please sign in to comment.