- minor change

This commit is contained in:
Marius Stanciu
2022-05-15 01:30:02 +03:00
committed by Marius
parent 3f1a77e663
commit 937296d9b1

View File

@@ -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('!', '<b>')