- small string change

This commit is contained in:
Marius Stanciu 2020-10-27 17:39:48 +02:00
parent 85eb39b6ec
commit a6c3b98ed4
19 changed files with 4430 additions and 4472 deletions

View File

@ -17,6 +17,7 @@ CHANGELOG for FlatCAM beta
- fixed a bug due of recent chagnes in FileMenuHandlers class
- fixed an issue in Tools Database (ToolsDB2 class) that did not made the Tab name in Red color when adding/deleting a tool by using the context menu
- optimized the Tools Database
- small string change
26.10.2020

View File

@ -625,7 +625,7 @@ class MainGUI(QtWidgets.QMainWindow):
# ########################################################################
# ########################## GEOMETRY EDITOR # ###########################
# ########################################################################
self.geo_editor_menu = QtWidgets.QMenu(">Geo Editor<")
self.geo_editor_menu = QtWidgets.QMenu('>%s<' % _('Geo Editor'))
self.menu.addMenu(self.geo_editor_menu)
self.geo_add_circle_menuitem = self.geo_editor_menu.addAction(
@ -700,7 +700,7 @@ class MainGUI(QtWidgets.QMainWindow):
# ########################################################################
# ########################## EXCELLON Editor # ###########################
# ########################################################################
self.exc_editor_menu = QtWidgets.QMenu(_(">Excellon Editor<"))
self.exc_editor_menu = QtWidgets.QMenu('>%s<' % _('Excellon Editor'))
self.menu.addMenu(self.exc_editor_menu)
self.exc_add_array_drill_menuitem = self.exc_editor_menu.addAction(
@ -739,7 +739,7 @@ class MainGUI(QtWidgets.QMainWindow):
# ########################################################################
# ########################## GERBER Editor # #############################
# ########################################################################
self.grb_editor_menu = QtWidgets.QMenu(_(">Gerber Editor<"))
self.grb_editor_menu = QtWidgets.QMenu('>%s<' % _('Gerber Editor'))
self.menu.addMenu(self.grb_editor_menu)
self.grb_add_pad_menuitem = self.grb_editor_menu.addAction(

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff