Browse Source
fix boost translation
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/shared_translation.cpp
|
|
|
@ -668,7 +668,7 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QWidget* parent) |
|
|
|
}}); |
|
|
|
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)")), |
|
|
|
}}); |
|
|
|
translations->insert( |
|
|
|
|