https://bugs.documentfoundation.org/show_bug.cgi?id=172405
--- Comment #27 from Steve Forde <[email protected]> --- I've discovered something that might narrow this down. If I start LibreOffice from the terminal like this: LANG=en_US.UTF-8 ./libreoffice.appimage ... the issue does not occur — the second toolbar label correctly shows “Font”. However, if I open it from the terminal like this: LANG=en_GB.UTF-8 ./libreoffice.appimage ... the second label incorrectly says "Styles" again, rather than "Font", albeit the functionality remains correct (it still opens the font controls). This occurs in Safe Mode and after a full user profile reset. My system locale is: LANG=en_GB.UTF-8 LANGUAGE=en_GB:en LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_ALL= Does this help at all? -- You are receiving this mail because: You are the assignee for the bug.
