[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm /localize/localize de.pm

raeburn raeburn at source.lon-capa.org
Wed Dec 19 18:05:06 EST 2012


raeburn		Wed Dec 19 23:05:06 2012 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
    /loncom/localize/localize	de.pm 
  Log:
  - Fix typo.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1104 loncom/interface/loncommon.pm:1.1105
--- loncom/interface/loncommon.pm:1.1104	Wed Dec 19 23:03:37 2012
+++ loncom/interface/loncommon.pm	Wed Dec 19 23:05:01 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1104 2012/12/19 23:03:37 raeburn Exp $
+# $Id: loncommon.pm,v 1.1105 2012/12/19 23:05:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2529,7 +2529,7 @@
     my ($authnum,%can_assign) =  &get_assignable_auth($in{'domain'});
     my $result;
     if (!$authnum) {
-        $result = &mt('Under you current role you are not permitted to change login settings for this user');
+        $result = &mt('Under your current role you are not permitted to change login settings for this user');
     } else {
         $result = '<label>'.&mt('[_1] Do not change login data',
                   '<input type="radio" name="login" value="nochange" '.
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.472 loncom/localize/localize/de.pm:1.473
--- loncom/localize/localize/de.pm:1.472	Wed Dec 19 18:35:51 2012
+++ loncom/localize/localize/de.pm	Wed Dec 19 23:05:06 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.472 2012/12/19 18:35:51 bisitz Exp $
+# $Id: de.pm,v 1.473 2012/12/19 23:05:06 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -14390,7 +14390,7 @@
    'Filter [_1]'
 => 'Filter [_1]',
 
-   'Under you current role you are not permitted to change login settings for this user'
+   'Under your current role you are not permitted to change login settings for this user'
 => 'Mit Ihrer derzeitigen Benutzerrolle sind Sie nicht berechtigt, die Login-Daten für diesen Benutzer zu ändern.',
 
    'History'




More information about the LON-CAPA-cvs mailing list