From efb2f45917d3437a6daa583568faa731bf89e1cd Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 9 Aug 2007 06:49:14 +0000 Subject: [PATCH] List separator i18n. Complements RisuMail Team - risumail.jp git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12575 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/modules/lang_change.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/squirrelspell/modules/lang_change.mod b/plugins/squirrelspell/modules/lang_change.mod index 3ad3660d..112db892 100644 --- a/plugins/squirrelspell/modules/lang_change.mod +++ b/plugins/squirrelspell/modules/lang_change.mod @@ -39,7 +39,7 @@ foreach ($use_langs as $lang) { if (sizeof($new_langs)>1) { $dsp_string = ''; foreach( $new_langs as $a) { - $dsp_string .= _(htmlspecialchars(trim($a))) . ', '; + $dsp_string .= _(htmlspecialchars(trim($a))) . _(", "); } // remove last comma and space $dsp_string = substr( $dsp_string, 0, -2 ); -- 2.25.1