diff --git a/Source/Core/DolphinQt2/Settings/GeneralPane.cpp b/Source/Core/DolphinQt2/Settings/GeneralPane.cpp index 3820bab34f..5a77c3bd77 100644 --- a/Source/Core/DolphinQt2/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt2/Settings/GeneralPane.cpp @@ -129,7 +129,7 @@ void GeneralPane::CreateBasic() if (i != 100) str.sprintf("%i%%", i); else - str.sprintf("%i%% (Normal Speed)", i); + str.sprintf(tr("%i%% (Normal Speed)").toStdString().c_str(), i); m_combobox_speedlimit->addItem(str); }