diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index 968802a1c..342d4c41e 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -362,7 +362,7 @@ class MediaManagerItem(QtGui.QWidget): 'Invalid File Type'), translate('OpenLP.MediaManagerItem', 'Invalid File %s.\nSuffix not supported') % file) - errorShown = True + error_shown = True else: new_files.append(file) if new_files: