[LON-CAPA-cvs] cvs: loncom /homework bridgetask.pm

raeburn raeburn at source.lon-capa.org
Tue Dec 18 11:57:23 EST 2012


raeburn		Tue Dec 18 16:57:23 2012 EDT

  Modified files:              
    /loncom/homework	bridgetask.pm 
  Log:
  - Localization - avoid escaped quotes.
  
  
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.260 loncom/homework/bridgetask.pm:1.261
--- loncom/homework/bridgetask.pm:1.260	Wed Sep 12 05:14:09 2012
+++ loncom/homework/bridgetask.pm	Tue Dec 18 16:57:23 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.260 2012/09/12 05:14:09 raeburn Exp $
+# $Id: bridgetask.pm,v 1.261 2012/12/18 16:57:23 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -996,7 +996,7 @@
 	    my $classlist=&get_limited_classlist();
 	    if (!&allow_grade_user($classlist->{$uname.':'.$udom})) {
 		return (undef,'not_allowed',
-			&mt('Requested student ([_1]) is in a section you aren\'t allowed to grade.',$uname.':'.$udom));
+			&mt("Requested student ([_1]) is in a section you aren't allowed to grade.",$uname.':'.$udom));
 	    }
 	}
 	my $gradingkey=&encode_queue_key($symb,$udom,$uname);




More information about the LON-CAPA-cvs mailing list