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

raeburn raeburn at source.lon-capa.org
Wed Aug 7 11:58:06 EDT 2019


raeburn		Wed Aug  7 15:58:06 2019 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Typo
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.660 loncom/interface/londocs.pm:1.661
--- loncom/interface/londocs.pm:1.660	Thu Apr 11 14:22:35 2019
+++ loncom/interface/londocs.pm	Wed Aug  7 15:58:05 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.660 2019/04/11 14:22:35 raeburn Exp $
+# $Id: londocs.pm,v 1.661 2019/08/07 15:58:05 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1790,7 +1790,7 @@
     %msgs = &Apache::lonlocal::texthash (
                 notinsupp => 'Paste failed: content type is not supported within Supplemental Content',
                 notincrs  => 'Paste failed: Item is from a different course which you do not have rights to edit.',
-                notindom  => 'Paste failed: Item is an external tool from a course in a different donain.', 
+                notindom  => 'Paste failed: Item is an external tool from a course in a different domain.',
                 duplicate => 'Paste failed: only one instance of a particular published sequence or page is allowed within each course.',
             );
 




More information about the LON-CAPA-cvs mailing list