mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Remove period from setting label
The 'Use towers' setting had a period behind the name. It shouldn't have.
This commit is contained in:
parent
8dce36583f
commit
e0ebff91ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1243,7 +1243,7 @@
|
||||||
"enabled": "support_roof_enable"
|
"enabled": "support_roof_enable"
|
||||||
},
|
},
|
||||||
"support_use_towers": {
|
"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.",
|
"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",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue