--- loncom/interface/lonfeedback.pm 2012/01/03 01:51:00 1.313 +++ loncom/interface/lonfeedback.pm 2012/01/03 17:41:13 1.314 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.313 2012/01/03 01:51:00 www Exp $ +# $Id: lonfeedback.pm,v 1.314 2012/01/03 17:41:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -299,7 +299,7 @@ sub list_discussion { my $color = &Apache::loncommon::designparm($function.'.tabbg', $env{'user.domain'}); my %lt = &Apache::lonlocal::texthash( - 'cuse' => 'Current discussion settings', + 'cuse' => 'My settings for this discussion', 'allposts' => 'All posts', 'unread' => 'New posts only', 'unmark' => 'Unread only', @@ -829,7 +829,7 @@ sub action_links_bar { } $otherviewurl .= &group_args($group); $discussion .= &Apache::loncommon::modal_link($otherviewurl,&mt('Other Views ...'),800,340); - $discussion .=(' ' x2); + $discussion .= '
'; } $discussion .=''. - &mt('Preferences on what is marked as NEW'). + &mt('My general preferences on what is marked as NEW'). '
'.&mt('Mark NEW posts no longer new').'';