forked from openlp/openlp
String fix.
This commit is contained in:
parent
aca0a86915
commit
bdde2a4fb4
@ -396,7 +396,7 @@ class MediaManagerItem(QtGui.QWidget):
|
||||
critical_error_message_box(
|
||||
UiStrings().Duplicate,
|
||||
unicode(translate('OpenLP.MediaManagerItem',
|
||||
'Duplicate files found on import and ignored.')))
|
||||
'Duplicate files were found on import and were ignored.')))
|
||||
|
||||
def contextMenu(self, point):
|
||||
item = self.listView.itemAt(point)
|
||||
|
Loading…
Reference in New Issue
Block a user