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

bisitz bisitz at source.lon-capa.org
Wed Jan 15 05:29:08 EST 2014


bisitz		Wed Jan 15 10:29:08 2014 EDT

  Modified files:              
    /loncom/interface	lontrackstudent.pm 
  Log:
  Consistent wording / re-use existing phrases
  
  
Index: loncom/interface/lontrackstudent.pm
diff -u loncom/interface/lontrackstudent.pm:1.35 loncom/interface/lontrackstudent.pm:1.36
--- loncom/interface/lontrackstudent.pm:1.35	Fri Oct 12 16:27:19 2012
+++ loncom/interface/lontrackstudent.pm	Wed Jan 15 10:29:07 2014
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lontrackstudent.pm,v 1.35 2012/10/12 16:27:19 raeburn Exp $
+# $Id: lontrackstudent.pm,v 1.36 2014/01/15 10:29:07 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -186,11 +186,11 @@
         ($r,$prog_state,&mt('Parsing results'));
     #
     if (! open(TIMEDATA,$results_file)) {
-        $r->print('<h2>'.&mt('Unable to read results file.').'</h2>'.
+        $r->print('<p class="LC_error">'.&mt('Unable to read results file.').'</p>'.
                   '<p>'.
-                  &mt('This is a serious error and has been logged.  '.
-                      'You should contact your system administrator '.
-                      'to resolve this issue.').
+                  &mt('This is a serious error and has been logged.').
+                  '<br />'.
+                  &mt('Please alert your LON-CAPA administrator.').
                   '</p>');
         return;
     }
@@ -257,9 +257,9 @@
     if (! open(ACTIVITYDATA,$results_file)) {
         $r->print('<p class="LC_error">'.&mt('Unable to read results file.').'</p>'.
                   '<p>'.
-                  &mt('This is a serious error and has been logged.  '.
-                      'You should contact your system administrator '.
-                      'to resolve this issue.').
+                  &mt('This is a serious error and has been logged.').
+                  '<br />'.
+                  &mt('Please alert your LON-CAPA administrator.').
                   '</p>');
         return -2;
     }




More information about the LON-CAPA-cvs mailing list