We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f2c7f commit ba0540cCopy full SHA for ba0540c
Client/core/CSettings.cpp
@@ -551,7 +551,7 @@ void CSettings::CreateGUI(void)
551
m_pCheckBoxUserAutoscan->GetPosition(vecTemp, false);
552
553
vecTemp.fX = fIndentX + 260;
554
- m_pAudioMuteLabel = reinterpret_cast<CGUILabel*>(pManager->CreateLabel(pTabAudio, _("Mute settings")));
+ m_pAudioMuteLabel = reinterpret_cast<CGUILabel*>(pManager->CreateLabel(pTabAudio, _("Mute options")));
555
m_pAudioMuteLabel->SetPosition(CVector2D(vecTemp.fX, 13.0f));
556
m_pAudioMuteLabel->GetPosition(vecTemp, false);
557
m_pAudioMuteLabel->AutoSize(NULL, 5.0f);
0 commit comments