forked from openlp/openlp
Fix most of the review comments
This commit is contained in:
parent
acadf89a34
commit
6fd865635f
@ -134,7 +134,7 @@ class PlayerTab(SettingsTab):
|
||||
self.backgroundColorLabel.setText(
|
||||
translate('ImagesPlugin.ImageTab', 'Default Color:'))
|
||||
self.informationLabel.setText(
|
||||
translate('ImagesPlugin.ImageTab', 'Visible background for images '
|
||||
translate('OpenLP.PlayerTab', 'Visible background for videos '
|
||||
'with aspect ratio different to screen.'))
|
||||
self.retranslatePlayers()
|
||||
|
||||
|
@ -99,6 +99,7 @@ class MediaMediaItem(MediaManagerItem):
|
||||
'Automatic')
|
||||
self.displayTypeLabel.setText(
|
||||
translate('MediaPlugin.MediaItem', 'Use Player:'))
|
||||
self.rebuild_players()
|
||||
|
||||
def requiredIcons(self):
|
||||
MediaManagerItem.requiredIcons(self)
|
||||
|
Loading…
Reference in New Issue
Block a user