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

bisitz bisitz at source.lon-capa.org
Wed May 16 07:26:04 EDT 2012


bisitz		Wed May 16 11:26:04 2012 EDT

  Modified files:              
    /loncom/interface	lonwishlist.pm 
  Log:
  Wording corrections: typo in rev. 1.12; additional blanks
  
  
Index: loncom/interface/lonwishlist.pm
diff -u loncom/interface/lonwishlist.pm:1.12 loncom/interface/lonwishlist.pm:1.13
--- loncom/interface/lonwishlist.pm:1.12	Tue May 15 01:41:27 2012
+++ loncom/interface/lonwishlist.pm	Wed May 16 11:26:03 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility-routines for wishlist
 #
-# $Id: lonwishlist.pm,v 1.12 2012/05/15 01:41:27 raeburn Exp $
+# $Id: lonwishlist.pm,v 1.13 2012/05/16 11:26:03 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1513,7 +1513,7 @@
             $inner .= &Apache::loncommon::end_data_table();
         }
         else {
-            $inner .= '<span class="LC_info">'.&mt("Your Store Links list is currently empty.").'</span>';
+            $inner .= '<span class="LC_info">'.&mt("Your Stored Links list is currently empty.").'</span>';
         }
         $wishlistHTMLedit = '';
     }
@@ -1781,12 +1781,12 @@
 
     my $inner = '<h1>'.&mt('Import Resources from Stored Links').'</h1>';
     if (!$rat) {
-        $inner .= '<p><span class="LC_info">'.&mt("Please note that you  can use the checkboxes corresponding to a folder to ".
+        $inner .= '<p><span class="LC_info">'.&mt("Please note that you can use the checkboxes corresponding to a folder to ".
                                                   "easily check all links within this folder. The folder structure itself can't be imported. ".
                                                   "All checked links will be imported into the current folder of your course.").'</span></p>';
     }
     else {
-        $inner .= '<p><span class="LC_info">'.&mt("Please note that you  can use the checkboxes corresponding to a folder to ".
+        $inner .= '<p><span class="LC_info">'.&mt("Please note that you can use the checkboxes corresponding to a folder to ".
                                                   "easily check all links within this folder. The folder structure itself can't be imported. ")
                                                   .'</span></p>';
     }




More information about the LON-CAPA-cvs mailing list