- changed the Disable plots menu entry in the context menu, into a Toggle Visibility menu entry

- Spanish Google translation 100% but two strings (big ones)
This commit is contained in:
Marius Stanciu
2019-07-30 20:05:16 +03:00
parent 99a8ed757d
commit 1e7421ebe9
16 changed files with 693 additions and 280 deletions

View File

@@ -1585,7 +1585,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
# ########################################################### ##
self.popMenu = FCMenu()
self.popmenu_disable = self.popMenu.addAction(QtGui.QIcon('share/disable32.png'), _("Disable Plot"))
self.popmenu_disable = self.popMenu.addAction(QtGui.QIcon('share/disable32.png'), _("Toggle Visibility"))
self.popmenu_panel_toggle = self.popMenu.addAction(QtGui.QIcon('share/notebook16.png'), _("Toggle Panel"))
self.popMenu.addSeparator()