Map Gestures: Fix Briefing Mode setting strings (#7862)

This commit is contained in:
Elgin675 2020-08-21 13:09:14 +02:00 committed by GitHub
parent 5326d0acf5
commit 9c0eebaa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
[
QGVAR(briefingMode), "LIST",
[LSTRING(allowCurator_displayName), LSTRING(allowCurator_description)],
[LSTRING(briefingMode_displayName), LSTRING(briefingMode_description)],
LSTRING(mapGestures_category),
[[0, 1, 2, 3, 4], [LSTRING(briefingMode_All), LSTRING(briefingMode_Group), LSTRING(briefingMode_Side), LSTRING(briefingMode_Proximity), LSTRING(briefingMode_Disabled)], 0]
] call CBA_fnc_addSetting;