- some strings updated; update on the Romanian translate
This commit is contained in:
@@ -759,7 +759,7 @@ class ToolCalibration(FlatCAMTool):
|
||||
|
||||
self.set_tool_ui()
|
||||
|
||||
self.app.ui.notebook.setTabText(2, _("Calibrate Tool"))
|
||||
self.app.ui.notebook.setTabText(2, _("Calibration Tool"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
FlatCAMTool.install(self, icon, separator, shortcut='ALT+E', **kwargs)
|
||||
@@ -952,7 +952,7 @@ class ToolCalibration(FlatCAMTool):
|
||||
gcode = '(G-CODE GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s)\n' % \
|
||||
(str(self.app.version), str(self.app.version_date)) + '\n'
|
||||
|
||||
gcode += '(Name: ' + _('Verification GCode for FlatCAM Calibrate Tool') + ')\n'
|
||||
gcode += '(Name: ' + _('Verification GCode for FlatCAM Calibration Tool') + ')\n'
|
||||
|
||||
gcode += '(Units: ' + self.units.upper() + ')\n\n'
|
||||
gcode += '(Created on ' + time_str + ')\n\n'
|
||||
|
||||
Reference in New Issue
Block a user