mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
DolphinQt2: Translate the "(Normal Speed)" text
This commit is contained in:
parent
fa44e28ce0
commit
e74f5c4f42
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user