From b5c9f96ccf9630ba9c83b389a0b89bc143d83d9b Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Sun, 17 Apr 2016 16:57:33 -0700 Subject: [PATCH] oops fix - typo --- openlp/core/ui/projector/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/projector/manager.py b/openlp/core/ui/projector/manager.py index f33165e12..f710e3369 100644 --- a/openlp/core/ui/projector/manager.py +++ b/openlp/core/ui/projector/manager.py @@ -942,7 +942,7 @@ class ProjectorManager(OpenLPMixin, RegistryMixin, QWidget, Ui_ProjectorManager, :param name: Name from QListWidgetItem """ title = '"{name} {message}" '.format(name=name, - message-translate('OpenLP.ProjectorManager', 'No Authentication Error')) + message=translate('OpenLP.ProjectorManager', 'No Authentication Error')) QtWidgets.QMessageBox.warning(self, title, '
PIN is set and projector does not require authentication.' '

Please verify your PIN setting '