mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 21:51:25 +02:00

Sorry, the fix I made to the empty string in a29660a was not actually sufficient, as DolphinQt will call tr on the string regardless of whether it's marked with _trans. The proper fix is to use nullptr, which DolphinQt has a special check for.