[MKDoc-commit] s/i18m/i18n/

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Apr 6 14:19:09 BST 2005


Log Message:
-----------
s/i18m/i18n/

Modified Files:
--------------
    mkd/resources/templates/component/poll:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/poll/en.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lresources/templates/component/poll/en.html -Lresources/templates/component/poll/en.html -u -r1.4 -r1.5
--- resources/templates/component/poll/en.html
+++ resources/templates/component/poll/en.html
@@ -34,6 +34,7 @@
   xmlns:petal="http://purl.org/petal/1.0/"
   xmlns:petal="http://purl.org/petal/1.0/"
   xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+  i18n:domain="mkdoc"
   petal:condition="self/question"
 >
 
@@ -97,15 +98,15 @@
         >This poll has ended, it ran from 
         <em
           petal:content="self/date_start"
-          i18m:name="startdate"
+          i18n:name="startdate"
         >StartDate</em> to 
         <em
           petal:content="self/date_stop"
-          i18m:name="stopdate"
+          i18n:name="stopdate"
         >StopDate</em>. During this time 
         <em
           petal:content="self/count_votes"
-          i18m:name="votes"
+          i18n:name="votes"
         >Votes</em> vote(s) were cast.</td>
       </tr>
     </tfoot>


More information about the MKDoc-commit mailing list