mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-22 05:56: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 os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
@ -1499,7 +1499,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
window.userguideAction.triggered.connect(self.openUserGuide)
|
window.userguideAction.triggered.connect(self.openUserGuide)
|
||||||
window.updateAction = window.helpMenu.addAction(
|
window.updateAction = window.helpMenu.addAction(
|
||||||
QtGui.QPixmap(resourcespath + 'application_get.png'),
|
QtGui.QPixmap(resourcespath + 'application_get.png'),
|
||||||
etMessage("update-menu-label"))
|
getMessage("update-menu-label"))
|
||||||
window.updateAction.triggered.connect(self.userCheckForUpdates)
|
window.updateAction.triggered.connect(self.userCheckForUpdates)
|
||||||
|
|
||||||
if not isMacOS():
|
if not isMacOS():
|
||||||
|
Loading…
Reference in New Issue
Block a user