[LON-CAPA-cvs] cvs: loncom /localize lonlocal.pm

bisitz bisitz at source.lon-capa.org
Thu Oct 25 09:47:31 EDT 2012


bisitz		Thu Oct 25 13:47:31 2012 EDT

  Modified files:              
    /loncom/localize	lonlocal.pm 
  Log:
  Update Documentation: Don't loose the idea how to spell loser ;-)
  
  
Index: loncom/localize/lonlocal.pm
diff -u loncom/localize/lonlocal.pm:1.63 loncom/localize/lonlocal.pm:1.64
--- loncom/localize/lonlocal.pm:1.63	Wed Aug  3 18:25:16 2011
+++ loncom/localize/lonlocal.pm	Thu Oct 25 13:47:31 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Localization routines
 #
-# $Id: lonlocal.pm,v 1.63 2011/08/03 18:25:16 raeburn Exp $
+# $Id: lonlocal.pm,v 1.64 2012/10/25 13:47:31 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -81,7 +81,7 @@
      if ($status eq 'WON') {
         $message='You have won.';
      } elsif ($status eq 'LOST') {
-        $message='You are a total looser.';
+        $message='You are a total loser.';
      }
      return $message;
  }
@@ -103,7 +103,7 @@
      if ($status eq 'WON') {
         $message='You have won.';
      } elsif ($status eq 'LOST') {
-        $message='You are a total looser.';
+        $message='You are a total loser.';
      }
      return &mt($message);
  }
@@ -135,7 +135,7 @@
     'You have won.'
  => 'Sie haben gewonnen.',
 
-    'You are a total looser.'
+    'You are a total loser.'
  => 'Sie sind der totale Verlierer.',
 
     'Rules'




More information about the LON-CAPA-cvs mailing list