Fix most of the review comments

This commit is contained in:
Tim Bentley 2012-11-21 21:49:18 +00:00
parent acadf89a34
commit 6fd865635f
2 changed files with 2 additions and 1 deletions

View File

@ -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()

View File

@ -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)