[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Tue, 26 Aug 2008 01:12:19 -0000


raeburn		Mon Aug 25 21:12:19 2008 EDT

  Modified files:              
    /loncom/interface	lonwhatsnew.pm 
  Log:
  Bug 5737. Add parentheses to clarify the evaluation of threshold conditions.
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.79 loncom/interface/lonwhatsnew.pm:1.80
--- loncom/interface/lonwhatsnew.pm:1.79	Wed Jul  9 11:16:14 2008
+++ loncom/interface/lonwhatsnew.pm	Mon Aug 25 21:12:16 2008
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.79 2008/07/09 15:16:14 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.80 2008/08/26 01:12:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -462,9 +462,9 @@
     }
 
     $headings{'abovethreshold'} = 
-	&mt('Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2] <br /> and total number of '.$stulabel{$crstype}.' with submissions &ge; [_3]',
+	&mt('(Problems with av. attempts &ge; [_1] or deg. difficulty &ge; [_2]) [_3] and total number of '.$stulabel{$crstype}.' with submissions &ge; [_4]',
 	    $threshold{'av_attempts'},$threshold{'degdiff'},
-	    $threshold{'numstudents'});
+	    '<br />',$threshold{'numstudents'});
 
     my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail','newroles','oldroles');