From 3b6b7c4bbe44ea2acf9a97ade17251969a7d3f78 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sun, 30 Nov 2014 01:54:19 +0000 Subject: [PATCH] Use exit-menu-label --- syncplay/ui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index 59ec007..0bc77f2 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -555,7 +555,7 @@ class MainWindow(QtGui.QMainWindow): window.openAction.triggered.connect(self.browseMediapath) window.exitAction = window.fileMenu.addAction(QtGui.QIcon(self.resourcespath + 'cross.png'), - getMessage("file-menu-label")) + getMessage("exit-menu-label")) window.exitAction.triggered.connect(self.exitSyncplay) window.menuBar.addMenu(window.fileMenu)