From 7406b64faa0242cad83f63ce923a01fce566ffec Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 10 Aug 2018 16:15:41 +0200 Subject: [PATCH] Minor - flint fixes --- main/inc/lib/internationalization.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/inc/lib/internationalization.lib.php b/main/inc/lib/internationalization.lib.php index b80bbb72d8..528ec78ee8 100755 --- a/main/inc/lib/internationalization.lib.php +++ b/main/inc/lib/internationalization.lib.php @@ -62,9 +62,9 @@ define('PERSON_NAME_DATA_EXPORT', PERSON_NAME_EASTERN_ORDER); /** * Returns a translated (localized) string, called by its ID. * - * @param string $variable this is the ID (name) of the translated string to be retrieved - * @param bool $returnEmptyIfNotFound If variable is not found, then: if false: returns variable name with or without brackets; true: returns '' - * @param string $language (optional) Language ID. If it is omitted, the current interface language is assumed. + * @param string $variable this is the ID (name) of the translated string to be retrieved + * @param bool $returnEmptyIfNotFound If variable is not found, then: if false: returns variable name with or without brackets; true: returns '' + * @param string $language (optional) Language ID. If it is omitted, the current interface language is assumed. * * @return string returns the requested string in the correspondent language *