[LON-CAPA-cvs] cvs: loncom /interface lonfeedback.pm

www www at source.lon-capa.org
Tue Jan 3 12:41:13 EST 2012


www		Tue Jan  3 17:41:13 2012 EDT

  Modified files:              
    /loncom/interface	lonfeedback.pm 
  Log:
  Couldn't figure out what applied to what
  
  
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.313 loncom/interface/lonfeedback.pm:1.314
--- loncom/interface/lonfeedback.pm:1.313	Tue Jan  3 01:51:00 2012
+++ loncom/interface/lonfeedback.pm	Tue Jan  3 17:41:13 2012
@@ -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 @@
     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 @@
         }
         $otherviewurl .= &group_args($group);
         $discussion .= &Apache::loncommon::modal_link($otherviewurl,&mt('Other Views ...'),800,340);
-        $discussion .=(' ' x2);
+        $discussion .= '<br />';
     }
     $discussion .='<a href="/adm/feedback?export='.$escsymb;
     if ($newpostsflag) {
@@ -842,7 +842,7 @@
             $discussion .='<td class="LC_disc_action_right"><a href="/adm/preferences?action=changediscussions';
             $discussion .= &group_args($group);
             $discussion .= '">'.
-                           &mt('Preferences on what is marked as NEW').
+                           &mt('My general preferences on what is marked as NEW').
                            '</a><br /><a href="/adm/feedback?markread=1&symb='.$escsymb;
             $discussion .= &group_args($group);
             $discussion .= '">'.&mt('Mark NEW posts no longer new').'</a></td>';




More information about the LON-CAPA-cvs mailing list