--- sitedoc.module.OLD	2008-03-10 15:35:00.000000000 +0100
+++ sitedoc.module	2008-05-12 10:11:58.000000000 +0200
@@ -2451,7 +2451,7 @@
 
   if ($toobig) {
     $output .= '<p><img src="/misc/watchdog-warning.png" width="17" height="17"> '
-      . t('!count nodes exceed !size KB.', $toobig, $max_size) .'</p>';
+      . t('!count nodes exceed !size KB.', array('!count' => $toobig, '!size' => $max_size)) .'</p>';
   }
   else {
     $output .= '<p><img src="/misc/watchdog-ok.png" width="17" height="17"> '
