mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix weird spacing in Campaign Management settings
This commit is contained in:
parent
7a84181bbc
commit
9d2345ea3a
@ -185,10 +185,10 @@ class Settings:
|
|||||||
min=0,
|
min=0,
|
||||||
max=100,
|
max=100,
|
||||||
detail=(
|
detail=(
|
||||||
"<p>Aircraft type selection is governed by the campaign and the squadron definitions available to "
|
"Aircraft type selection is governed by the campaign and the squadron definitions available to "
|
||||||
"Retribution. Squadrons are generated by Retribution if the faction does not have access to the campaign "
|
"Retribution. Squadrons are generated by Retribution if the faction does not have access to the campaign "
|
||||||
"designer's squadron/aircraft definitions. Use the above to increase/decrease aircraft variety by making "
|
"designer's squadron/aircraft definitions. Use the above to increase/decrease aircraft variety by making "
|
||||||
"some selections random instead of picking aircraft types from a priority list.</p>"
|
"some selections random instead of picking aircraft types from a priority list."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
restrict_weapons_by_date: bool = boolean_option(
|
restrict_weapons_by_date: bool = boolean_option(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user