https://bugs.winehq.org/show_bug.cgi?id=52175
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Notes: * The test was added in e291fb4dc9ee and initially assumed the group name was never translated. That commit also does not mention whether the test was added for a specific Windows application. * This caused failures and I expanded the test to show that the group name is translated in some locales, specifically French and German. * Nikolay Sivov suggested removing the test entirely. * I would prefer to keep it since it shows that Wine does not match Windows. * But then, since the group name is sometimes translated and sometimes not, maybe Windows applications cannot assume they know the group name, so that whether Wine matches Windows or not does not matter much. Then it could make sense to remove the test entirely (or keep only the name check in English).