- Geometry Editor - added the label Beginner/Advanced for uniformity within the app

- minor string changes
This commit is contained in:
Marius Stanciu
2020-12-25 21:46:18 +02:00
committed by Marius
parent 09acabc0c1
commit 1495624a9e
7 changed files with 16 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ class ScriptObject(FlatCAMObj):
# Show/Hide Advanced Options
if self.app.defaults["global_app_level"] == 'b':
self.ui.level.setText('<span style="color:green;"><b>%s</b></span>' % _("Basic"))
self.ui.level.setText('<span style="color:green;"><b>%s</b></span>' % _("Beginner"))
else:
self.ui.level.setText('<span style="color:red;"><b>%s</b></span>' % _("Advanced"))