[MKDoc-commit] [1.6] newsletters say 'in the last day' instead of 'yesterday'

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Dec 1 13:08:27 GMT 2004


Log Message:
-----------
[1.6] newsletters say 'in the last day' instead of 'yesterday'

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/newsletter:
        en.xml

-------------- next part --------------
Index: en.xml
===================================================================
RCS file: /var/spool/cvs/mkd/templates/newsletter/Attic/en.xml,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -Ltemplates/newsletter/en.xml -Ltemplates/newsletter/en.xml -u -r1.1.2.8 -r1.1.2.9
--- templates/newsletter/en.xml
+++ templates/newsletter/en.xml
@@ -49,7 +49,7 @@
 <span petal:condition="self/has_newest">
 
 <p petal:condition="self/is_daily">
-  The following documents added yesterday may be of interest to you:
+  The following documents added in the last day may be of interest to you:
 </p>
 <p petal:condition="self/is_weekly">
   The following documents added in the last week may be of interest to you:
@@ -68,13 +68,13 @@
 <span petal:condition="self/has_upcoming">
 
 <p petal:condition="self/is_daily">
-  The following events occuring today may be of interest to you:
+  The following events occuring in the next day may be of interest to you:
 </p>
 <p petal:condition="self/is_weekly">
-  The following events occuring this week may be of interest to you:
+  The following events occuring in the next week may be of interest to you:
 </p>
 <p petal:condition="self/is_monthly">
-  The following events occuring this month may be of interest to you:
+  The following events occuring in the next month may be of interest to you:
 </p>
 
 <pre petal:repeat="result self/results --upcoming">${result/Title} - ${result/TimeRange_Title}


More information about the MKDoc-commit mailing list