diff --git a/psychopy/app/_psychopyApp.py b/psychopy/app/_psychopyApp.py index 22b2dd2cae..6bcf19ca8b 100755 --- a/psychopy/app/_psychopyApp.py +++ b/psychopy/app/_psychopyApp.py @@ -365,7 +365,7 @@ def onInit(self, showSplash=True, testMode=False): "the box)?" ).format(settingName) dlg = dialogs.MessageDialog(title=title, - msg=msg, + message=msg, type='Query') resp = dlg.ShowModal() if resp == wx.ID_YES: