Skip to content

Commit ba0540c

Browse files
committed
CSettings: uniform new translation
1 parent 25f2c7f commit ba0540c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ void CSettings::CreateGUI(void)
551551
m_pCheckBoxUserAutoscan->GetPosition(vecTemp, false);
552552

553553
vecTemp.fX = fIndentX + 260;
554-
m_pAudioMuteLabel = reinterpret_cast<CGUILabel*>(pManager->CreateLabel(pTabAudio, _("Mute settings")));
554+
m_pAudioMuteLabel = reinterpret_cast<CGUILabel*>(pManager->CreateLabel(pTabAudio, _("Mute options")));
555555
m_pAudioMuteLabel->SetPosition(CVector2D(vecTemp.fX, 13.0f));
556556
m_pAudioMuteLabel->GetPosition(vecTemp, false);
557557
m_pAudioMuteLabel->AutoSize(NULL, 5.0f);

0 commit comments

Comments
 (0)