diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index 7a92a3706cd..b2b4361de8b 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -134,7 +134,7 @@ class Translate { /** - * \brief Load in a memory array, translation key-value for a particular file. + * \brief Load translation key-value for a particular file, into a memory array. * If data for file already loaded, do nothing. * All data in translation array are stored in UTF-8 format. * \param domain File name to load (.lang file). Use @ before value if domain is in a module directory.