[LON-CAPA-cvs] cvs: loncom /homework lonhomework.pm /localize/localize newphrases.txt removephrases.txt

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 15 Oct 2003 17:41:10 -0000


albertel		Wed Oct 15 13:41:10 2003 EDT

  Modified files:              
    /loncom/homework	lonhomework.pm 
    /loncom/localize/localize	newphrases.txt removephrases.txt 
  Log:
  - BUG#2273
  
  
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.154 loncom/homework/lonhomework.pm:1.155
--- loncom/homework/lonhomework.pm:1.154	Tue Oct 14 14:44:21 2003
+++ loncom/homework/lonhomework.pm	Wed Oct 15 13:41:10 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Homework handler
 #
-# $Id: lonhomework.pm,v 1.154 2003/10/14 18:44:21 albertel Exp $
+# $Id: lonhomework.pm,v 1.155 2003/10/15 17:41:10 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -217,7 +217,7 @@
     my $allowed=&check_ip_acc(&Apache::lonnet::EXT("resource.$id.acc"));
     if (!$allowed) {
 	$status='INVALID_ACCESS';
-	$date=&mt("may be open from a different computer.");
+	$date=&mt("can not be accessed from your location.");
 	return($status,$date);
     }
 
Index: loncom/localize/localize/newphrases.txt
diff -u loncom/localize/localize/newphrases.txt:1.14 loncom/localize/localize/newphrases.txt:1.15
--- loncom/localize/localize/newphrases.txt:1.14	Tue Oct 14 14:36:54 2003
+++ loncom/localize/localize/newphrases.txt	Wed Oct 15 13:41:10 2003
@@ -1,7 +1,7 @@
 You must choose at least one student to continue.
 No changes were made to the current settings.
 Finish Course Initialization
-may be open from a different computer.
+can not be accessed from your location.
 Scantron Operator
 Grant/revoke role of Scantron Operator
 Upload Scantron data
Index: loncom/localize/localize/removephrases.txt
diff -u loncom/localize/localize/removephrases.txt:1.2 loncom/localize/localize/removephrases.txt:1.3
--- loncom/localize/localize/removephrases.txt:1.2	Tue Oct 14 14:36:54 2003
+++ loncom/localize/localize/removephrases.txt	Wed Oct 15 13:41:10 2003
@@ -4,3 +4,4 @@
 20
 50
 100
+may be open from a different computer.
\ No newline at end of file