forked from openlp/openlp
Fix text yet again
This commit is contained in:
parent
e7832cc63e
commit
b36ff5107a
@ -223,9 +223,10 @@ class ImageMediaItem(MediaManagerItem):
|
||||
else:
|
||||
Receiver.send_message(u'openlp_error_message', {
|
||||
u'title': translate('ImagePlugin.MediaItem',
|
||||
'Live Background Could Not Be Replaced.'),
|
||||
'Live Background Error'),
|
||||
u'message': unicode(translate('ImagePlugin.MediaItem',
|
||||
'The image file %s no longer exists.')) % filename})
|
||||
'There was a problem replacing your background, '
|
||||
'the image file %s no longer exists.')) % filename})
|
||||
self.resetButton.setVisible(True)
|
||||
|
||||
def onPreviewClick(self):
|
||||
|
@ -118,9 +118,10 @@ class MediaMediaItem(MediaManagerItem):
|
||||
else:
|
||||
Receiver.send_message(u'openlp_error_message', {
|
||||
u'title': translate('MediaPlugin.MediaItem',
|
||||
'Live Background Could Not Be Replaced.'),
|
||||
'Live Background Error'),
|
||||
u'message': unicode(translate('MediaPlugin.MediaItem',
|
||||
'The media file %s no longer exists.')) % filename})
|
||||
'There was a problem replacing your background, '
|
||||
'the media file %s no longer exists.')) % filename})
|
||||
self.resetButton.setVisible(True)
|
||||
|
||||
def generateSlideData(self, service_item, item=None, xmlVersion=False):
|
||||
|
Loading…
Reference in New Issue
Block a user