--- a/Helpviewer/HelpLanguagesDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Helpviewer/HelpLanguagesDialog.py Sun May 18 14:13:09 2014 +0200 @@ -121,8 +121,8 @@ @classmethod def httpString(cls, languages): """ - Class method to convert a list of acceptable languages into a byte - array. + Class method to convert a list of acceptable languages into a + byte array. The byte array can be sent along with the Accept-Language http header (see RFC 2616). @@ -161,7 +161,8 @@ @classmethod def expand(cls, language): """ - Class method to expand a language enum to a readable languages list. + Class method to expand a language enum to a readable languages + list. @param language language number (QLocale.Language) @return list of expanded language names (list of strings)