- updated the translation files (~ 89% translation level)

This commit is contained in:
Marius Stanciu
2019-10-14 06:26:15 +03:00
committed by Marius
parent 4ce84ec00a
commit 9432f22ab4
17 changed files with 35613 additions and 27874 deletions

View File

@@ -11434,7 +11434,7 @@ class App(QtCore.QObject):
App.log.error("Unsupported file type: %s" % recent["kind"])
# Last action in Recent Files menu is one that Clear the content
clear_action_proj = QtWidgets.QAction(QtGui.QIcon('share/trash32.png'), (_("Clear Recent files")), self)
clear_action_proj = QtWidgets.QAction(QtGui.QIcon('share/trash32.png'), (_("Clear Recent projects")), self)
clear_action_proj.triggered.connect(reset_recent_projects)
self.ui.recent_projects.addSeparator()
self.ui.recent_projects.addAction(clear_action_proj)