diff --git a/appGUI/GUIElements.py b/appGUI/GUIElements.py index 1df1869a..518033d8 100644 --- a/appGUI/GUIElements.py +++ b/appGUI/GUIElements.py @@ -4706,7 +4706,7 @@ class _BrowserTextEdit(QTextEdit): def clear(self): QTextEdit.clear(self) - text = "!FlatCAM %s? - %s" % (self.version, _("Type >help< to get started")) + text = "!FlatCAM Evo %s? - %s" % (self.version, _("Type >help< to get started")) text = html.escape(text) # hack so I can make text bold because the escape method will replace the '<' and '>' signs with html code text = text.replace('!', '')