--- loncom/interface/Attic/londropadd.pm	2008/12/05 19:19:28	1.177
+++ loncom/interface/Attic/londropadd.pm	2009/02/04 13:21:48	1.178
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to drop and add students in courses 
 #
-# $Id: londropadd.pm,v 1.177 2008/12/05 19:19:28 schafran Exp $
+# $Id: londropadd.pm,v 1.178 2009/02/04 13:21:48 hauer Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2625,7 +2625,7 @@ sub upfile_drop_add {
                 }
             }
         } # end of foreach (@studentdata)
-        $r->print("</p>\n<p>\n".&mt('Processed [_1] student(s).',$count).
+        $r->print("</p>\n<p>\n".&mt('Processed [quant,_1,student].',$count).
                   "</p>\n");
         $r->print("<p>\n".
                   &mt('If active, the new role will be available when the '.
@@ -2676,7 +2676,7 @@ sub drop_student_list {
                       '<br />');
         }
     }
-    $r->print('<p><b>'.&mt('Dropped [_1] student(s).',$count).'</b></p>');
+    $r->print('<p><b>'.&mt('Dropped [quant,_1,student].',$count).'</b></p>');
     $r->print('<p>'.&mt('Re-enrollment will re-activate data.')) if ($count);
 }