mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-06 04:34:48 +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.