[pLog-svn] r1979 - in templates/trunk: GreenTrack StreetCorner connections

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon May 9 20:45:19 GMT 2005


Author: jondaley
Date: 2005-05-09 20:45:19 +0000 (Mon, 09 May 2005)
New Revision: 1979

Modified:
   templates/trunk/GreenTrack/postandcomments.template
   templates/trunk/StreetCorner/postandcomments.template
   templates/trunk/connections/postandcomments.template
Log:
update from email from james.  small typo.  text isn't localized.  Is there a way to do that?

Modified: templates/trunk/GreenTrack/postandcomments.template
===================================================================
--- templates/trunk/GreenTrack/postandcomments.template	2005-05-09 19:48:00 UTC (rev 1978)
+++ templates/trunk/GreenTrack/postandcomments.template	2005-05-09 20:45:19 UTC (rev 1979)
@@ -17,7 +17,7 @@
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}
-<h3 id="comments">{$post->getTotalComments()} COMMONS TO "{$post->getTopic()}"</h3>
+<h3 id="comments">{$post->getTotalComments()} Comments on "{$post->getTopic()}"</h3>
 <ol class="commentlist">
 {foreach name=comment from=$comments item=comment}
 <li class="alt" id="comment-{$comment->getId()}">

Modified: templates/trunk/StreetCorner/postandcomments.template
===================================================================
--- templates/trunk/StreetCorner/postandcomments.template	2005-05-09 19:48:00 UTC (rev 1978)
+++ templates/trunk/StreetCorner/postandcomments.template	2005-05-09 20:45:19 UTC (rev 1979)
@@ -17,7 +17,7 @@
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}
-<h3 id="comments">{$post->getTotalComments()} COMMONS TO "{$post->getTopic()}"</h3>
+<h3 id="comments">{$post->getTotalComments()} Comments on "{$post->getTopic()}"</h3>
 <ol class="commentlist">
 {foreach name=comment from=$comments item=comment}
 <li class="alt" id="comment-{$comment->getId()}">

Modified: templates/trunk/connections/postandcomments.template
===================================================================
--- templates/trunk/connections/postandcomments.template	2005-05-09 19:48:00 UTC (rev 1978)
+++ templates/trunk/connections/postandcomments.template	2005-05-09 20:45:19 UTC (rev 1979)
@@ -17,7 +17,7 @@
 {include file="$blogtemplate/post.template"}
 
 {* show comments *}
-<h3 id="comments">{$post->getTotalComments()} COMMONS TO "{$post->getTopic()}"</h3>
+<h3 id="comments">{$post->getTotalComments()} Comments on "{$post->getTopic()}"</h3>
 <ol class="commentlist">
 {foreach name=comment from=$comments item=comment}
 <li class="alt" id="comment-{$comment->getId()}">




More information about the pLog-svn mailing list