kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-10-28 07:46 pm

[dw-free] Manage Comments page: extra 'latest' in toolbars

[commit: http://hg.dwscoalition.org/dw-free/rev/63b5c594edb8]

http://bugs.dwscoalition.org/show_bug.cgi?id=1984

Remove duplicated text on Manage Comments page.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/tools/recent_comments.bml
  • htdocs/tools/recent_comments.bml.text
--------------------------------------------------------------------------------
diff -r 7b4cc7874e1f -r 63b5c594edb8 htdocs/tools/recent_comments.bml
--- a/htdocs/tools/recent_comments.bml	Wed Oct 28 17:58:18 2009 +0000
+++ b/htdocs/tools/recent_comments.bml	Wed Oct 28 14:46:07 2009 -0500
@@ -106,7 +106,7 @@ body<=
             $ret .= " <a href='?show=$val$getextra'>$val</a> ";
         }
     }
-    $ret .= "] $ML{ '.latest.comments' } </div> standout?>";
+    $ret .= "] $ML{ '.comments' } </div> standout?>";
 
     $ret .= "<?h1 $ML{ '.latest.received' } h1?>";
     $ret .= "<?p " . (%talkids ? BML::ml('.last.num.posted.in', {num => $count}) : "$ML{ '.no.comments.posted' }") . " " . LJ::ljuser($u) . " p?>";
@@ -263,7 +263,7 @@ body<=
                 $ret .= " <a href='?show=$val$getextra'>$val</a> ";
             }
         }
-        $ret .= "] $ML{ '.latest.comments' } </div> standout?>";
+        $ret .= "] $ML{ '.comments' } </div> standout?>";
 
         $ret .= "<?h1 $ML{ '.latest.posted' } h1?><?p " . BML::ml('.last.num.posted.by', {num => $count, user => LJ::ljuser($u) }) . " p?>";
         my %jcount;  # jid -> ct
diff -r 7b4cc7874e1f -r 63b5c594edb8 htdocs/tools/recent_comments.bml.text
--- a/htdocs/tools/recent_comments.bml.text	Wed Oct 28 17:58:18 2009 +0000
+++ b/htdocs/tools/recent_comments.bml.text	Wed Oct 28 14:46:07 2009 -0500
@@ -7,6 +7,8 @@
 .comment.link=Comment Link
 
 .comment=Comment
+
+.comments=Comments
 
 .delete=Delete
 
@@ -19,8 +21,6 @@
 .last.num.posted.by=Last [[num]] comments [[user]] has posted
 
 .last.num.posted.in=Last [[num]] comments posted in
-
-.latest.comments=Latest Comments
 
 .latest.posted=Latest Posted
 
--------------------------------------------------------------------------------