From d786e8ca6e38e2d72a8b6c7c175be695cbb6c608 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Feb 2013 02:42:37 +0100 Subject: [PATCH] Code comment --- htdocs/core/class/translate.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php index ae4e2fd2e8f..2110b68d388 100644 --- a/htdocs/core/class/translate.class.php +++ b/htdocs/core/class/translate.class.php @@ -61,7 +61,7 @@ class Translate /** * Set accessor for this->defaultlang * - * @param string $srclang Language to use + * @param string $srclang Language to use. If '' or 'auto', we use browser lang. * @return void */ function setDefaultLang($srclang='en_US')