From e0ebff91ed524f4d80c2c2993cc6c1b6ab33085e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 4 Dec 2015 11:12:37 +0100 Subject: [PATCH] Remove period from setting label The 'Use towers' setting had a period behind the name. It shouldn't have. --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index a97977b3c2..87f672e768 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -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,