Hi.

For the records, here's the proposed very trivial patch ;)

Regards,
-- 
Olivier BERGER <[EMAIL PROTECTED]> (ATTENTION : new address)
Ingénieur Recherche - Dept INF
GET/INT at Evry (http://www.int-edu.eu/)
OpenPGP-Id: 1024D/6B829EEC

--- sympa_wizard.pl.orig	2007-10-02 14:12:52.000000000 +0200
+++ sympa_wizard.pl	2007-10-02 13:29:30.000000000 +0200
@@ -504,7 +504,7 @@
 
 push (@params,
 	      {'name' => 'supported_lang',
-	       'default' => join(', ', @supported_langs),
+	       'default' => join(',', @supported_langs),
 		   'query' => 'Supported languages for the user interface',
 		   'file' => 'sympa.conf',
 	       'advice' =>''}

Reply via email to