From: Benoît Pin Date: Thu, 24 Jul 2014 09:04:25 +0000 (+0200) Subject: correction commentaire. X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/c7fa7959f1718394c772a187bb124780f86fa2f3?hp=e957cc2a18fd2363fe6451c2cff2edd452379f66 correction commentaire. --- diff --git a/utils.py b/utils.py index 024c975..6b3b697 100755 --- a/utils.py +++ b/utils.py @@ -230,7 +230,7 @@ def getPreferredLanguages(context): security.declarePublic('getBestTranslationLanguage') def getBestTranslationLanguage(langs, context): """ returns best translation language according - availables languages (param langs) + to available languages (param langs) and user preferences (retrieves by context) """ request = getattr(context, 'REQUEST', None)