- fixed some more strings

- updated the Google-translations for the German, Spanish, French
- updated the Romanian translation
This commit is contained in:
Marius Stanciu
2020-06-02 17:39:48 +03:00
committed by Marius
parent 4630695c84
commit e239afd69b
32 changed files with 3693 additions and 4820 deletions

View File

@@ -483,7 +483,7 @@ class MainGUI(QtWidgets.QMainWindow):
self.menuview_toggle_workspace = self.menuview.addAction(
QtGui.QIcon(self.app.resource_location + '/workspace24.png'), _("Toggle Workspace\tShift+W"))
self.menuview_toggle_hud = self.menuview.addAction(
QtGui.QIcon(self.app.resource_location + '/hud_32.png'), _("Toggle HUD\tAlt+M"))
QtGui.QIcon(self.app.resource_location + '/hud_32.png'), _("Toggle HUD\tAlt+H"))
# ########################################################################
# ########################## Objects # ###################################