Remove period from setting label

The 'Use towers' setting had a period behind the name. It shouldn't have.
This commit is contained in:
Ghostkeeper 2015-12-04 11:12:37 +01:00
parent 8dce36583f
commit e0ebff91ed

View file

@ -1243,7 +1243,7 @@
"enabled": "support_roof_enable"
},
"support_use_towers": {
"label": "Use towers.",
"label": "Use towers",
"description": "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof.",
"type": "boolean",
"default": true,