https://bugs.kde.org/show_bug.cgi?id=466894
--- Comment #2 from Raphael Kubo da Costa <rak...@freebsd.org> --- The next line does languageName = languageName.toLower(); although QLocale::nativeLanguageName() returns a string that might or might not be capitalized (e.g. it returns "American English" but "français"). I'm not sure if it makes sense to do what the Sonnet combobox for the Dictionary option does, which is not call toLower(). That would lead to a combobox with inconsistent capitalization in the entries (just like Sonnet's), otherwise I guess you could just capitalize each word, or at least the first one? -- You are receiving this mail because: You are watching all bug changes.