mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Minor fixes to translatable strings
The usual deduplication between DolphinWX and DolphinQt2, plus the removal of a now unused ubershader string and a fix for the Euphoria i18n comment.
This commit is contained in:
@ -56,8 +56,8 @@ Turntable::Turntable(ExtensionReg& reg) : Attachment(_trans("Turntable"), reg)
|
||||
m_buttons->controls.emplace_back(new ControllerEmu::Input(ControllerEmu::DoNotTranslate, "-"));
|
||||
m_buttons->controls.emplace_back(new ControllerEmu::Input(ControllerEmu::DoNotTranslate, "+"));
|
||||
|
||||
// i18n: This button name refers to a gameplay element in DJ Hero
|
||||
m_buttons->controls.emplace_back(
|
||||
// i18n: This button name refers to a gameplay element in DJ Hero
|
||||
new ControllerEmu::Input(ControllerEmu::Translate, _trans("Euphoria")));
|
||||
|
||||
// turntables
|
||||
|
Reference in New Issue
Block a user