- Geo Editor - fixed an issue with having a translatable text empty; updated the translation strings from sources

This commit is contained in:
Marius Stanciu
2020-11-13 18:11:56 +02:00
parent 6373f66e99
commit 353eed4548
21 changed files with 22100 additions and 20542 deletions

View File

@@ -667,7 +667,7 @@ class MainGUI(QtWidgets.QMainWindow):
)
self.geo_subtract_alt_menuitem = self.geo_editor_menu.addAction(
QtGui.QIcon(self.app.resource_location + '/subtract16.png'),
'%s\t%s' % (_('Alt Subtraction'), _(''))
'%s\t%s' % (_('Alt Subtraction'), '')
)
self.geo_editor_menu.addSeparator()
self.geo_cutpath_menuitem = self.geo_editor_menu.addAction(