mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-19 04:26:50 +00:00
Fixed some typos
This commit is contained in:
parent
aa4f95e4be
commit
292215dd22
@ -1,4 +1,4 @@
|
||||
# coding:utf8x
|
||||
# coding:utf8
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user