[LON-CAPA-cvs] cvs: rat / lonuserstate.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Tue, 16 Oct 2007 21:14:54 -0000


albertel		Tue Oct 16 17:14:54 2007 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  - BUG#5477 - improve error message readability
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.124 rat/lonuserstate.pm:1.125
--- rat/lonuserstate.pm:1.124	Tue Aug 28 20:50:50 2007
+++ rat/lonuserstate.pm	Tue Oct 16 17:14:53 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construct and maintain state and binary representation of course for user
 #
-# $Id: lonuserstate.pm,v 1.124 2007/08/29 00:50:50 albertel Exp $
+# $Id: lonuserstate.pm,v 1.125 2007/10/16 21:14:53 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -837,8 +837,8 @@
 			     $count++;
 			 }
 			 my ($mapid) = split(/\./,$id);
-                         &mt('[_1] in [_2]', $hash{'title_'.$id},
-
+                         &mt('Resource "[_1]" <br /> in Map "[_2]"',
+			     $hash{'title_'.$id},
 			     $hash{'title_'.$hash{'ids_'.$hash{'map_id_'.$mapid}}});
 		     } (@{ $mapalias_cache{$mapalias} }));
 	    next if ($count < 2);