From 25735591bdfe5929ab29715e4f4bfa85ef6a6a0c Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 4 Sep 2008 00:02:09 +0000 Subject: [PATCH] ENHANCEMENT Added default english text for POSTEDBY language entity --- templates/Includes/BlogSummary.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 414ea2c..7904a6b 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -1,6 +1,6 @@

$MenuTitle

-

<% _t('POSTEDBY') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %>

+

<% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %>

<% if TagsCollection %>

Tags: