List separator i18n. Complements RisuMail Team - risumail.jp
[squirrelmail.git] / plugins / squirrelspell / modules / lang_change.mod
index 6e0fbebe306cf7c3b0208773dc24d20fd41e1c41..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 );
@@ -76,4 +76,3 @@ sqspell_makePage(_("International Dictionaries Preferences Updated"),
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file