--- loncom/interface/lonpreferences.pm 2013/07/22 18:06:51 1.208
+++ loncom/interface/lonpreferences.pm 2013/07/24 18:21:39 1.209
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.208 2013/07/22 18:06:51 bisitz Exp $
+# $Id: lonpreferences.pm,v 1.209 2013/07/24 18:21:39 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1819,7 +1819,7 @@ sub verify_and_change_discussion {
if (defined($env{'form.discmark'}) ) {
my $newmark = $env{'form.newmark'};
if ($newmark eq 'ondisp') {
- $message.=&Apache::lonhtmlcommon::confirm_success(&mt('In discussions: new posts will be cease to be identified as "NEW" after display.')).'
';
+ $message.=&Apache::lonhtmlcommon::confirm_success(&mt('In discussions: new posts will cease to be identified as "NEW" after display.')).'
';
&Apache::lonnet::put('environment',{'discmarkread' => $newmark});
&Apache::lonnet::appenv({'environment.discmarkread' => $newmark});
} else {