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( self.backgroundColorLabel.setText(
translate('ImagesPlugin.ImageTab', 'Default Color:')) translate('ImagesPlugin.ImageTab', 'Default Color:'))
self.informationLabel.setText( self.informationLabel.setText(
translate('ImagesPlugin.ImageTab', 'Visible background for images ' translate('OpenLP.PlayerTab', 'Visible background for videos '
'with aspect ratio different to screen.')) 'with aspect ratio different to screen.'))
self.retranslatePlayers() self.retranslatePlayers()

View File

@ -99,6 +99,7 @@ class MediaMediaItem(MediaManagerItem):
'Automatic') 'Automatic')
self.displayTypeLabel.setText( self.displayTypeLabel.setText(
translate('MediaPlugin.MediaItem', 'Use Player:')) translate('MediaPlugin.MediaItem', 'Use Player:'))
self.rebuild_players()
def requiredIcons(self): def requiredIcons(self):
MediaManagerItem.requiredIcons(self) MediaManagerItem.requiredIcons(self)