- updated the translation files (~ 89% translation level)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user