Skip to content
Permalink
Browse files
Merge pull request #8960 from JosJuice/i18n-surround
DolphinQt: Add i18n comment for "Surround"
  • Loading branch information
lioncash committed Jul 17, 2020
2 parents 93f73aa + aa4896f commit 0615582
Showing 1 changed file with 1 addition and 0 deletions.
@@ -134,6 +134,7 @@ void WiiPane::CreateMisc()
m_sound_mode_choice = new QComboBox();
m_sound_mode_choice->addItem(tr("Mono"));
m_sound_mode_choice->addItem(tr("Stereo"));
// i18n: Surround audio (Dolby Pro Logic II)
m_sound_mode_choice->addItem(tr("Surround"));

m_pal60_mode_checkbox->setToolTip(tr("Sets the Wii display mode to 60Hz (480i) instead of 50Hz "

0 comments on commit 0615582

Please sign in to comment.