[LON-CAPA-cvs] cvs: loncom /interface lonindexer.pm lonwishlist.pm
droeschl
droeschl at source.lon-capa.org
Mon May 22 15:18:41 EDT 2017
droeschl Mon May 22 19:18:41 2017 EDT
Modified files:
/loncom/interface lonindexer.pm lonwishlist.pm
Log:
- distinguish between home in lonindexer and home in inline menu (requires different translations in German)
- avoid double translation of 'Stored Links' in lonwishlist
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.225 loncom/interface/lonindexer.pm:1.226
--- loncom/interface/lonindexer.pm:1.225 Sun Jun 19 04:27:50 2016
+++ loncom/interface/lonindexer.pm Mon May 22 19:18:40 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Directory Indexer
#
-# $Id: lonindexer.pm,v 1.225 2016/06/19 04:27:50 raeburn Exp $
+# $Id: lonindexer.pm,v 1.226 2017/05/22 19:18:40 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -565,7 +565,7 @@
} else {
$r->print($reshome);
}
- $r->print("'>".&mt('Home').'</a></span>');
+ $r->print("'>".&mt('Home directory').'</a></span>');
}
$r->print('</form>');
# ------------------------------------------------------ Remember where we were
Index: loncom/interface/lonwishlist.pm
diff -u loncom/interface/lonwishlist.pm:1.25 loncom/interface/lonwishlist.pm:1.26
--- loncom/interface/lonwishlist.pm:1.25 Tue Jun 9 21:22:57 2015
+++ loncom/interface/lonwishlist.pm Mon May 22 19:18:41 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility-routines for wishlist
#
-# $Id: lonwishlist.pm,v 1.25 2015/06/09 21:22:57 damieng Exp $
+# $Id: lonwishlist.pm,v 1.26 2017/05/22 19:18:41 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1490,7 +1490,7 @@
'onload' => 'javascript:onLoadAction('."'".$mode."'".');',
'onunload' => 'javascript:window.name = '."'loncapaclient'"}});
- my $breadcrumbs = &Apache::lonhtmlcommon::breadcrumbs(&mt('Stored Links'),'Wishlist');
+ my $breadcrumbs = &Apache::lonhtmlcommon::breadcrumbs('Stored Links','Wishlist');
# get javascript-code for wishlist-interactions
my $js = &JSforWishlist();
More information about the LON-CAPA-cvs
mailing list