List separator i18n. Complements RisuMail Team - risumail.jp
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Aug 2007 06:49:14 +0000 (06:49 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Aug 2007 06:49:14 +0000 (06:49 +0000)
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

index 3ad3660dca36007d01b172b3f569a50ee86af1a0..112db892f49c21e2f8910862921e6c3e40bcd075 100644 (file)
@@ -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 );