Fixed some typos

This commit is contained in:
Daniel Ahn 2018-07-20 14:04:01 -07:00
parent aa4f95e4be
commit 292215dd22
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# coding:utf8x
# coding:utf8
import os
import re
import sys

View File

@ -1499,7 +1499,7 @@ class MainWindow(QtWidgets.QMainWindow):
window.userguideAction.triggered.connect(self.openUserGuide)
window.updateAction = window.helpMenu.addAction(
QtGui.QPixmap(resourcespath + 'application_get.png'),
etMessage("update-menu-label"))
getMessage("update-menu-label"))
window.updateAction.triggered.connect(self.userCheckForUpdates)
if not isMacOS():