summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-01 19:54:13 -0400
committerLex Neva <github.com@lexneva.name>2018-09-01 20:11:01 -0400
commit29f0e31ccdce084abf5f49d366733558cd288cfa (patch)
treece1bd95b3973be77df7c112d4210c75aee50e5f4 /lib/elements
parent05327d56dbdcc9392c447fc72ef8dbd5c16f0ddc (diff)
name AutoFill tabs consistently
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/auto_fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/auto_fill.py b/lib/elements/auto_fill.py
index 9801b610..65b11fb1 100644
--- a/lib/elements/auto_fill.py
+++ b/lib/elements/auto_fill.py
@@ -8,7 +8,7 @@ from .fill import Fill
class AutoFill(Fill):
- element_name = _("Auto-Fill")
+ element_name = _("AutoFill")
@property
@param('auto_fill', _('Automatically routed fill stitching'), type='toggle', default=True)