List separator i18n. Complements RisuMail Team - risumail.jp
[squirrelmail.git] / 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 );