Edit About page. Edit Russian translation. Edit pot.
This commit is contained in:
@@ -1258,7 +1258,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
<tr height="20">
|
||||
<td height="20"><strong>ALT+F10</strong></td>
|
||||
<td> %s</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<td height="20"> </td>
|
||||
<td> </td>
|
||||
@@ -1266,7 +1266,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
<tr height="20">
|
||||
<td height="20"><strong>CTRL+ALT+X</strong></td>
|
||||
<td> %s</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr height="20">
|
||||
<td height="20"> </td>
|
||||
<td> </td>
|
||||
@@ -6438,7 +6438,7 @@ class CNCJobGenPrefGroupUI(OptionsGroupUI):
|
||||
# hidden for the time being, until implemented
|
||||
coords_type_label.hide()
|
||||
self.coords_type_radio.hide()
|
||||
|
||||
|
||||
self.layout.addStretch()
|
||||
|
||||
|
||||
@@ -7744,7 +7744,7 @@ class FAExcPrefGroupUI(OptionsGroupUI):
|
||||
|
||||
self.layout.addWidget(self.exc_list_text)
|
||||
|
||||
self.exc_list_btn = FCButton("Apply")
|
||||
self.exc_list_btn = FCButton(_("Apply"))
|
||||
self.exc_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
@@ -7777,7 +7777,7 @@ class FAGcoPrefGroupUI(OptionsGroupUI):
|
||||
|
||||
self.layout.addWidget(self.gco_list_text)
|
||||
|
||||
self.gco_list_btn = FCButton("Apply")
|
||||
self.gco_list_btn = FCButton(_("Apply"))
|
||||
self.gco_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
@@ -7809,7 +7809,7 @@ class FAGrbPrefGroupUI(OptionsGroupUI):
|
||||
font.setPointSize(12)
|
||||
self.grb_list_text.setFont(font)
|
||||
|
||||
self.grb_list_btn = FCButton("Apply")
|
||||
self.grb_list_btn = FCButton(_("Apply"))
|
||||
self.grb_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
|
||||
Reference in New Issue
Block a user