--- loncom/interface/lonwishlist.pm 2012/05/15 01:41:27 1.12 +++ loncom/interface/lonwishlist.pm 2012/05/16 11:26:03 1.13 @@ -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 @@ sub makePage { $inner .= &Apache::loncommon::end_data_table(); } else { - $inner .= ''.&mt("Your Store Links list is currently empty.").''; + $inner .= ''.&mt("Your Stored Links list is currently empty.").''; } $wishlistHTMLedit = ''; } @@ -1781,12 +1781,12 @@ sub makePageImport { my $inner = '

'.&mt('Import Resources from Stored Links').'

'; if (!$rat) { - $inner .= '

'.&mt("Please note that you can use the checkboxes corresponding to a folder to ". + $inner .= '

'.&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.").'

'; } else { - $inner .= '

'.&mt("Please note that you can use the checkboxes corresponding to a folder to ". + $inner .= '

'.&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. ") .'

'; }