DolphinQt: Add i18n comment for "Surround"

This commit is contained in:
JosJuice 2020-07-17 19:10:31 +02:00
parent 93f73aa2e7
commit aa4896fb3f
1 changed files with 1 additions and 0 deletions

View File

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