diff -Nur dotclear-2.1.6/admin/index.php dotclear/admin/index.php
--- dotclear-2.1.6/admin/index.php	2009-10-02 14:41:04.000000000 +0200
+++ dotclear/admin/index.php	2010-01-09 21:40:47.000000000 +0100
@@ -49,6 +49,7 @@
 $str_entries = ($post_count > 1) ? __('%d entries') : __('%d entry');
 
 $comment_count = $core->blog->getComments(array(),true)->f(0);
+$comment_count -= $core->blog->getComments(array('comment_status'=>-2),true)->f(0);
 $str_comments = ($comment_count > 1) ? __('%d comments') : __('%d comment');
 
 $__dashboard_icons['new_post'] = new ArrayObject(array(__('New entry'),'post.php','images/menu/edit-b.png'));
@@ -254,4 +255,4 @@
 echo '</div>';
 
 dcPage::close();
-?>
\ No newline at end of file
+?>
diff -Nur dotclear-2.1.6/locales/fr/plugins.lang.php dotclear/locales/fr/plugins.lang.php
--- dotclear-2.1.6/locales/fr/plugins.lang.php	2009-10-02 14:41:04.000000000 +0200
+++ dotclear/locales/fr/plugins.lang.php	2010-01-09 21:54:43.000000000 +0100
@@ -64,8 +64,8 @@
 $GLOBALS['__l10n']['Filtered by %1$s (%2$s)'] = 'Filtré par %1$s (%2$s)';
 $GLOBALS['__l10n']['Unknown filter.'] = 'Filtre inconnu';
 $GLOBALS['__l10n']['This comment is a spam:'] = 'Ce commentaire est un indésirable :';
-$GLOBALS['__l10n']['(including %d spam comment)'] = '(dont %d commentaire indésirable)';
-$GLOBALS['__l10n']['(including %d spam comments)'] = '(dont %d commentaires indésirables)';
+$GLOBALS['__l10n']['(including %d spam comment)'] = '(et %d commentaire indésirable)';
+$GLOBALS['__l10n']['(including %d spam comments)'] = '(et %d commentaires indésirables)';
 $GLOBALS['__l10n']['Spam moderation'] = 'Modération des indésirables';
 $GLOBALS['__l10n']['Spam'] = 'Spam';
 $GLOBALS['__l10n']['Ham'] = 'Non spam';
@@ -454,4 +454,4 @@
 $GLOBALS['__l10n']['No widget.'] = 'Aucun widget.';
 $GLOBALS['__l10n']['order'] = 'ordre';
 $GLOBALS['__l10n']['Remove widget'] = 'Supprimer le widget';
-?>
\ No newline at end of file
+?>
