From 2595ab48ac9aeadd95e74f7c27fda471b21ff928 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Feb 2010 08:31:03 +0000 Subject: [PATCH] Doxygen --- htdocs/translate.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.