Browse Source

List separator i18n. Complements RisuMail Team - risumail.jp

pdontthink 18 years ago
parent
commit
bb3c334ad7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/squirrelspell/modules/lang_change.mod

+ 1 - 1
plugins/squirrelspell/modules/lang_change.mod

@@ -39,7 +39,7 @@ foreach ($use_langs as $lang) {
 if (sizeof($new_langs)>1) {
 if (sizeof($new_langs)>1) {
   $dsp_string = '';
   $dsp_string = '';
   foreach( $new_langs as $a) {
   foreach( $new_langs as $a) {
-    $dsp_string .= _(htmlspecialchars(trim($a))) . ', ';
+    $dsp_string .= _(htmlspecialchars(trim($a))) . _(", ");
   }
   }
   // remove last comma and space
   // remove last comma and space
   $dsp_string = substr( $dsp_string, 0, -2 );
   $dsp_string = substr( $dsp_string, 0, -2 );