https://bugs.winehq.org/show_bug.cgi?id=52175 Bug ID: 52175 Summary: advapi32:lsa fails because "Everyone" is not translated Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- advapi32:lsa fails in French and German in Wine: lsa.c:407: Test failed: expected L"Tout le monde", got L"Everyone" and lsa.c:405: Test failed: expected L"Jeder", got L"Everyone" https://test.winehq.org/data/patterns.html#advapi32:lsa The reason is that Wine does not translate the "Everyone" group name. Note that the French failure may be masked by another Wine bug: the string returned by GetSystemPreferredUILanguages() is in lowercase instead of being in uppercase like on Windows. This causes the advapi32:lsa to skip the translation check when running in French in Wine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.