diff -r 2d410dc8c1f3 -r 8e3a5a6fc63e web/wp-content/plugins/wp-cumulus/wp-cumulus.php --- a/web/wp-content/plugins/wp-cumulus/wp-cumulus.php Tue Mar 16 14:14:44 2010 +0000 +++ b/web/wp-content/plugins/wp-cumulus/wp-cumulus.php Thu Mar 18 09:56:33 2010 +0000 @@ -117,7 +117,7 @@ // get categories if( $options['mode'] != "tags" ){ ob_start(); - wp_list_categories('title_li=&show_count=1&hierarchical=0&style=none'); + wp_list_categories('title_li=&show_count=1&hierarchical=0&style=none&setlang=0&lang=en_EN'); $cats = urlencode( ob_get_clean() ); } // get some paths