Добавлены строки для перевода меню systray

master3.3
Mike Khiretskiy 10 years ago
parent d9b9f9cb1c
commit 33472a33ed

@ -180,6 +180,11 @@ class TrayIcon (QtGui.QSystemTrayIcon):
QtGui.QIcon.setThemeName(old_theme_name)
def generation_actions(self):
_("About")
_("Report a Bug")
_("Program settings")
_("Update System")
_("Exit Program")
self.actions = {
'help': {
'icons': ['help-about', 'help-browser'],

Loading…
Cancel
Save