diff --git a/templates/comment.tpl.php b/templates/comment.tpl.php
index a9fab26..c088e9a 100755
--- a/templates/comment.tpl.php
+++ b/templates/comment.tpl.php
@@ -19,7 +19,7 @@
 
     <div class="submitted">
       <?php print $permalink; ?>
-      <?php print t('On'); ?>
+      <?php print t('On', array('context' => 'datetime')); ?>
       <strong><?php print $created; ?></strong>
     </div>
 
diff --git a/templates/node.tpl.php b/templates/node.tpl.php
index e50eb85..7e202e6 100755
--- a/templates/node.tpl.php
+++ b/templates/node.tpl.php
@@ -6,7 +6,7 @@
       <div class="submitted-info">
       <?php print t('posted by'); ?>
       <span class="node-name"><?php print $name; ?></span>
-      <?php print t('on'); ?>
+      <?php print t('on', array('context' => 'datetime')); ?>
       <span class="node-date"><?php print $date; ?></span>
       <?php if(!$node->status): ?>
         <span class="node-status-unpublished"><?php print t('unpublished'); ?></span>
