Skip to content

Commit

Permalink
Merge branch 'master' into release-3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 8, 2024
2 parents 801183d + a42a8b5 commit 5433402
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/diagnostic/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<Chinesesimp>4 个空格</Chinesesimp>
<Czech>4 mezery</Czech>
<Italian>4 Spazi</Italian>
<Korean>4 공간</Korean>
<Korean> 공간</Korean>
<Japanese>スペース4個</Japanese>
</Key>
</Package>
Expand Down
2 changes: 1 addition & 1 deletion addons/jr/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Chinese>機槍用消音器</Chinese>
<Chinesesimp>机枪用消音器</Chinesesimp>
<Turkish>Community Base Addons - MG Susturucusu</Turkish>
<Korean>소음기(기관총)</Korean>
<Korean>소음기 (기관총)</Korean>
</Key>
</Package>
</Project>
2 changes: 1 addition & 1 deletion addons/settings/fnc_addSetting.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description:
Parameters:
_setting - Unique setting name. Matches resulting variable name <STRING>
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER" or "COLOR" <STRING>
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER", "COLOR" or "TIME" <STRING>
_title - Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
_category - Category for the settings menu + optional sub-category <STRING, ARRAY>
_valueInfo - Extra properties of the setting depending of _settingType. See examples below <ANY>
Expand Down
2 changes: 1 addition & 1 deletion addons/settings/fnc_init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description:
Parameters:
_setting - Unique setting name. Matches resulting variable name <STRING>
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER" or "COLOR" <STRING>
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER", "COLOR" or "TIME" <STRING>
_title - Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
_category - Category for the settings menu + optional sub-category <STRING, ARRAY>
_valueInfo - Extra properties of the setting depending of _settingType. See examples below <ANY>
Expand Down
1 change: 1 addition & 0 deletions addons/ui/fnc_initDisplayRemoteMissions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ _display setVariable [QFUNC(filter), {
_ctrlMissions lbSetColor [_index, _color];
_ctrlMissions lbSetPicture [_index, _picture];
_ctrlMissions lbSetPictureRight [_index, _pictureRight];
_ctrlMissions lbSetTooltip [_index, format ["%1", _data]];
};
} forEach _missions;

Expand Down

0 comments on commit 5433402

Please sign in to comment.