Skip to content

Commit 5433402

Browse files
committed
Merge branch 'master' into release-3.18.0
2 parents 801183d + a42a8b5 commit 5433402

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

addons/diagnostic/stringtable.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<Chinesesimp>4 个空格</Chinesesimp>
158158
<Czech>4 mezery</Czech>
159159
<Italian>4 Spazi</Italian>
160-
<Korean>4 공간</Korean>
160+
<Korean> 공간</Korean>
161161
<Japanese>スペース4個</Japanese>
162162
</Key>
163163
</Package>

addons/jr/stringtable.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Chinese>機槍用消音器</Chinese>
3030
<Chinesesimp>机枪用消音器</Chinesesimp>
3131
<Turkish>Community Base Addons - MG Susturucusu</Turkish>
32-
<Korean>소음기(기관총)</Korean>
32+
<Korean>소음기 (기관총)</Korean>
3333
</Key>
3434
</Package>
3535
</Project>

addons/settings/fnc_addSetting.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description:
77
88
Parameters:
99
_setting - Unique setting name. Matches resulting variable name <STRING>
10-
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER" or "COLOR" <STRING>
10+
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER", "COLOR" or "TIME" <STRING>
1111
_title - Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
1212
_category - Category for the settings menu + optional sub-category <STRING, ARRAY>
1313
_valueInfo - Extra properties of the setting depending of _settingType. See examples below <ANY>

addons/settings/fnc_init.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description:
77
88
Parameters:
99
_setting - Unique setting name. Matches resulting variable name <STRING>
10-
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER" or "COLOR" <STRING>
10+
_settingType - Type of setting. Can be "CHECKBOX", "EDITBOX", "LIST", "SLIDER", "COLOR" or "TIME" <STRING>
1111
_title - Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
1212
_category - Category for the settings menu + optional sub-category <STRING, ARRAY>
1313
_valueInfo - Extra properties of the setting depending of _settingType. See examples below <ANY>

addons/ui/fnc_initDisplayRemoteMissions.sqf

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ _display setVariable [QFUNC(filter), {
158158
_ctrlMissions lbSetColor [_index, _color];
159159
_ctrlMissions lbSetPicture [_index, _picture];
160160
_ctrlMissions lbSetPictureRight [_index, _pictureRight];
161+
_ctrlMissions lbSetTooltip [_index, format ["%1", _data]];
161162
};
162163
} forEach _missions;
163164

0 commit comments

Comments
 (0)