Merged jpcgt/flatcam/Beta into Beta

This commit is contained in:
Marius Stanciu
2019-07-02 13:22:47 +03:00
5 changed files with 520 additions and 475 deletions

View File

@@ -1830,7 +1830,7 @@ class App(QtCore.QObject):
self.shell.setWindowTitle("FlatCAM Shell")
self.shell.resize(*self.defaults["global_shell_shape"])
self.shell.append_output("FlatCAM %s (c)2014-2019 Juan Pablo Caram " % self.version)
self.shell.append_output("(Type help to get started)\n\n")
self.shell.append_output(_("(Type help to get started)\n\n"))
self.init_tcl()