[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /auth lonauth.pm
raeburn
raeburn at source.lon-capa.org
Mon Oct 10 17:02:56 EDT 2011
raeburn Mon Oct 10 21:02:56 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/auth lonauth.pm
Log:
- Backport 1.112.
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.101.8.8 loncom/auth/lonauth.pm:1.101.8.9
--- loncom/auth/lonauth.pm:1.101.8.8 Thu Sep 29 14:05:41 2011
+++ loncom/auth/lonauth.pm Mon Oct 10 21:02:55 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.101.8.8 2011/09/29 14:05:41 raeburn Exp $
+# $Id: lonauth.pm,v 1.101.8.9 2011/10/10 21:02:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -137,16 +137,16 @@
my %lt=&Apache::lonlocal::texthash(
'wel' => 'Welcome',
- 'mes' => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up.',
'pro' => 'Login problems?',
'log' => 'loginproblems.html',
);
+ my $welcome = &mt('Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.','<i>','</i>');
$r->print(<<ENDSUCCESS);
$start_page
$setflags
$windowinfo
<h1>$lt{'wel'}</h1>
-$lt{'mes'}<p>
+$welcome<p>
<a href="/adm/$lt{'log'}">$lt{'pro'}</a></p>
$remoteinfo
$maincall
More information about the LON-CAPA-cvs
mailing list