Show
Ignore:
Timestamp:
04/16/08 01:13:43 (20 months ago)
Author:
bsmith
Message:

bugzid:74900 - Pluralize Comment(s) heading in Blog Templates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/default_templates/comments.mtml

    r1889 r1921  
    77    <MTComments> 
    88        <MTCommentsHeader> 
    9     <h2 class="comments-header"><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></h2> 
     9    <h2 class="comments-header"><mt:if tag="EntryCommentCount" eq="1"><__trans phrase="1 Comment"><mt:else><__trans phrase="[_1] Comments" params="<$MTEntryCommentCount$>"></mt:if></h2> 
    1010    <div class="comments-content"> 
    1111        </MTCommentsHeader>