mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
fix boost translation
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
e6fc5f07d9
commit
9bbf2c3df2
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent)
|
||||||
}});
|
}});
|
||||||
translations->insert({Settings::EnumMetadata<Settings::CpuClock>::Index(),
|
translations->insert({Settings::EnumMetadata<Settings::CpuClock>::Index(),
|
||||||
{
|
{
|
||||||
PAIR(CpuClock, Boost, tr("Boost (1700MHz")),
|
PAIR(CpuClock, Boost, tr("Boost (1700MHz)")),
|
||||||
PAIR(CpuClock, Fast, tr("Fast (2000MHz)")),
|
PAIR(CpuClock, Fast, tr("Fast (2000MHz)")),
|
||||||
}});
|
}});
|
||||||
translations->insert(
|
translations->insert(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue