[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Mon, 08 Dec 2003 14:25:15 -0000
sakharuk Mon Dec 8 09:25:15 2003 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
Added localization for 'Course', 'Construction space' ...
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.78 loncom/auth/lonroles.pm:1.79
--- loncom/auth/lonroles.pm:1.78 Fri Dec 5 09:18:00 2003
+++ loncom/auth/lonroles.pm Mon Dec 8 09:25:15 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.78 2003/12/05 14:18:00 sakharuk Exp $
+# $Id: lonroles.pm,v 1.79 2003/12/08 14:25:15 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -238,7 +238,7 @@
my $swinfo=&Apache::lonmenu::rawconfig();
my $bodytag=&Apache::loncommon::bodytag('User Roles');
my $helptag=&Apache::loncommon::help_open_topic
- ("General_Intro","Click here for help");
+ ("General_Intro",&mt("Click here for help"));
$r->print(<<ENDHEADER);
<html>
<head>
@@ -540,7 +540,7 @@
if ($output) {
if ($doheaders > 0) {
$r->print("<tr bgcolor='#BBffBB'>".
- "<td align='center' colspan='7'>$type</td>");
+ "<td align='center' colspan='7'>".&mt($type)."</td>");
}
$r->print($output);
}