From: pdontthink Date: Thu, 9 Aug 2007 06:49:14 +0000 (+0000) Subject: List separator i18n. Complements RisuMail Team - risumail.jp X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=efb2f45917d3437a6daa583568faa731bf89e1cd;hp=e0a6645e6b2e610bcd26c21b1fb0c79b2ceca788;p=squirrelmail.git 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 --- 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 );