--- loncom/interface/loncommon.pm	2012/03/31 23:10:39	1.1062
+++ loncom/interface/loncommon.pm	2012/04/04 21:04:55	1.1063
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1062 2012/03/31 23:10:39 raeburn Exp $
+# $Id: loncommon.pm,v 1.1063 2012/04/04 21:04:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4406,8 +4406,9 @@ END_MYBLOCK
     my $text = &mt('Communication Blocked');
     if ($activity eq 'docs') {
         $text = &mt('Content Access Blocked');
+    } elsif ($activity eq 'printout') {
+        $text = &mt('Printing Blocked');
     }
-
     $output .= <<"END_BLOCK";
 <div class='LC_comblock'>
   <a onclick='openWindow("$popupUrl","Blocking Table",600,300,"no","no");return false;' href='/adm/blockingstatus/$querystring'