Add translation strings. Update Russian translation.

This commit is contained in:
camellan
2019-06-04 23:39:36 +04:00
parent 10fc872592
commit 9e88950e65
8 changed files with 190 additions and 99 deletions

View File

@@ -8090,7 +8090,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 = QtWidgets.QAction(QtGui.QIcon('share/trash32.png'), "Clear Recent files", self)
clear_action = QtWidgets.QAction(QtGui.QIcon('share/trash32.png'), (_("Clear Recent files")), self)
clear_action.triggered.connect(reset_recent)
self.ui.recent.addSeparator()
self.ui.recent.addAction(clear_action)