Changeset 2706

Show
Ignore:
Timestamp:
07/03/08 23:50:31 (20 months ago)
Author:
bsmith
Message:

bugzid:80508 - Small grammar glitch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/default_templates/about_this_page.mtml

    r2052 r2706  
    2727<mt:If name="category_archive"> 
    2828    <mt:If name="datebased_archive"> 
    29         <p class="first"><__trans phrase="This page is a archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>." params="<$mt:CategoryLabel$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 
     29        <p class="first"><__trans phrase="This page is an archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>." params="<$mt:CategoryLabel$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 
    3030        <mt:ArchivePrevious> 
    3131        <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous archive." params="<$mt:ArchiveLink$>%%<$mt:ArchiveTitle$>"></p> 
     
    3535        </mt:ArchiveNext> 
    3636    <mt:Else> 
    37         <p class="first"><__trans phrase="This page is a archive of recent entries in the <strong>[_1]</strong> category." params="<$mt:CategoryLabel$>"></p> 
     37        <p class="first"><__trans phrase="This page is an archive of recent entries in the <strong>[_1]</strong> category." params="<$mt:CategoryLabel$>"></p> 
    3838        <mt:CategoryPrevious> 
    3939        <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous category." params="<$mt:CategoryArchiveLink$>%%<$mt:CategoryLabel$>"></p> 
     
    4646<mt:If name="author_archive"> 
    4747    <mt:If name="datebased_archive"> 
    48         <p class="first"><__trans phrase="This page is a archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>." params="<$mt:AuthorDisplayName$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 
     48        <p class="first"><__trans phrase="This page is an archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>." params="<$mt:AuthorDisplayName$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 
    4949        <mt:ArchivePrevious> 
    5050        <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous archive." params="<$mt:ArchiveLink$>%%<$mt:ArchiveTitle$>"></p> 
     
    5454        </mt:ArchiveNext> 
    5555    <mt:Else> 
    56         <p class="first"><__trans phrase="This page is a archive of recent entries written by <strong>[_1]</strong>." params="<$mt:AuthorDisplayName$>"></p> 
     56        <p class="first"><__trans phrase="This page is an archive of recent entries written by <strong>[_1]</strong>." params="<$mt:AuthorDisplayName$>"></p> 
    5757    </mt:If> 
    5858</mt:If>