forked from openlp/openlp
Fix title Camels
This commit is contained in:
parent
13732b5bd1
commit
d97414e4e9
@ -223,7 +223,7 @@ class ImageMediaItem(MediaManagerItem):
|
||||
else:
|
||||
Receiver.send_message(u'openlp_error_message', {
|
||||
u'title': translate('ImagePlugin.MediaItem',
|
||||
'Live background could not be replaced.'),
|
||||
'Live Background Could Not Be Replaced.'),
|
||||
u'message': unicode(translate('ImagePlugin.MediaItem',
|
||||
'The image file %s no longer exists.')) % filename})
|
||||
self.resetButton.setVisible(True)
|
||||
|
@ -118,7 +118,7 @@ class MediaMediaItem(MediaManagerItem):
|
||||
else:
|
||||
Receiver.send_message(u'openlp_error_message', {
|
||||
u'title': translate('MediaPlugin.MediaItem',
|
||||
'Live background could not be replaced.'),
|
||||
'Live Background Could Not Be Replaced.'),
|
||||
u'message': unicode(translate('MediaPlugin.MediaItem',
|
||||
'The media file %s no longer exists.')) % filename})
|
||||
self.resetButton.setVisible(True)
|
||||
|
Loading…
Reference in New Issue
Block a user