Index: shoutbox.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/shoutbox/shoutbox.module,v
retrieving revision 1.14
diff -u -p -r1.14 shoutbox.module
--- shoutbox.module	17 Mar 2006 21:37:03 -0000	1.14
+++ shoutbox.module	20 Nov 2006 19:05:01 -0000
@@ -448,7 +448,7 @@ function shoutbox_display_posts($show_am
     $output .= theme('shoutbox_post', $shout, $shoutlinks);
   }
   if (!count_shouts()) {
-    $output .= "There are no shouts to view.";
+    $output .= t("There are no shouts to view.");
   }
   
   // get shoutbox queue
@@ -745,4 +745,4 @@ function theme_shoutbox_links() {
   return $links;
 }
 
-?>
\ No newline at end of file
+?>
