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 '