Skip to content

Commit

Permalink
Translate strings that were missed out earlier and missed the 0.25 fe…
Browse files Browse the repository at this point in the history
…atures freeze
  • Loading branch information
jyavenard committed Apr 16, 2012
1 parent 316c4d4 commit e7adbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythfrontend/setupwizard_audio.cpp
Expand Up @@ -299,15 +299,15 @@ AudioOutputSettings AudioSetupWizard::UpdateCapabilities(bool restore, bool AC3)
{
MythUIButtonListItem *sixchan =
new MythUIButtonListItem(m_speakerNumberButtonList,
"5.1 Channel Audio");
QObject::tr("5.1 Channel Audio"));
sixchan->SetData(6);
break;
}
case 8:
{
MythUIButtonListItem *eightchan =
new MythUIButtonListItem(m_speakerNumberButtonList,
"7.1 Channel Audio");
QObject::tr("7.1 Channel Audio"));
eightchan->SetData(8);
break;
}
Expand Down

0 comments on commit e7adbb6

Please sign in to comment.