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

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Tue, 15 Jan 2008 14:34:35 -0000


bisitz		Tue Jan 15 09:34:35 2008 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm 
  Log:
  Corrected some unhandy usages of &mt().
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.229 loncom/interface/loncreateuser.pm:1.230
--- loncom/interface/loncreateuser.pm:1.229	Sat Jan  5 23:38:57 2008
+++ loncom/interface/loncreateuser.pm	Tue Jan 15 09:34:35 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.229 2008/01/06 04:38:57 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.230 2008/01/15 14:34:35 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -156,21 +156,21 @@
         $custom_off = ' ';
         $showquota = $currquota;
         if ($longinsttype eq '') {
-            $defaultinfo = &mt('For this user, the default quota would be [_1]
-                            Mb.',$defquota);
+            $defaultinfo = &mt('For this user, the default quota would be [_1]'
+                            .' Mb.',$defquota);
         } else {
-            $defaultinfo = &mt("For this user, the default quota would be [_1] 
-                            Mb, as determined by the user's institutional
-                           affiliation ([_2]).",$defquota,$longinsttype);
+            $defaultinfo = &mt("For this user, the default quota would be [_1]'
+                            .' Mb, as determined by the user's institutional'
+                            .' affiliation ([_2]).",$defquota,$longinsttype);
         }
     } else {
         if ($longinsttype eq '') {
-            $defaultinfo = &mt('For this user, the default quota is [_1]
-                            Mb.',$defquota);
+            $defaultinfo = &mt('For this user, the default quota is [_1]'
+                            .' Mb.',$defquota);
         } else {
-            $defaultinfo = &mt("For this user, the default quota of [_1]
-                            Mb, is determined by the user's institutional
-                            affiliation ([_2]).",$defquota,$longinsttype);
+            $defaultinfo = &mt("For this user, the default quota of [_1]'
+                            .' Mb, is determined by the user's institutional'
+                            .' affiliation ([_2]).",$defquota,$longinsttype);
         }
     }
     my $output = $quota_javascript.