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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Thu, 06 Mar 2008 22:27:46 -0000


raeburn		Thu Mar  6 17:27:46 2008 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
  Log:
  - Correct key in %lt hash for domain text
  - E-mail instead of EMail
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.114 loncom/interface/lonpreferences.pm:1.115
--- loncom/interface/lonpreferences.pm:1.114	Mon Mar  3 06:29:57 2008
+++ loncom/interface/lonpreferences.pm	Thu Mar  6 17:27:45 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.114 2008/03/03 11:29:57 bisitz Exp $
+# $Id: lonpreferences.pm,v 1.115 2008/03/06 22:27:45 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1165,7 +1165,7 @@
 sub client_form {
     my ($caller,$hexkey,$currentpass,$defdom) = @_;
     my %lt=&Apache::lonlocal::texthash(
-                'email' => 'EMail Address',
+                'email' => 'E-mail Address',
                 'username' => 'Username',
                 'domain' => 'Domain',
                 'currentpass' => 'Current Password',
@@ -1186,7 +1186,7 @@
      <input type="text" name="uname" size="15" />
      <input type="hidden" name="currentpass" value="$currentpass" />
     </td></tr>
-<tr><td class="LC_preferences_labeltext"><label for="udom">$lt{'udom'}</label>:</td>
+<tr><td class="LC_preferences_labeltext"><label for="udom">$lt{'domain'}</label>:</td>
     <td>
 |;
         $output .= &Apache::loncommon::select_dom_form($defdom,'udom').'