--- chameleon.theme.cvs 2005-08-16 15:07:14.000000000 +0200 +++ chameleon.theme 2005-10-17 20:15:38.833033185 +0200 @@ -133,7 +133,7 @@ $output .= " \n"; - $submitted = theme_get_setting("toggle_node_info_$node->type") ? array(t("By %author at %date", array('%author' => theme('username', $node), '%date' => format_date($node->created, 'small')))) : array(); + $submitted = theme_get_setting("toggle_node_info_$node->type") ? array(t("By %author on %date", array('%author' => theme('username', $node), '%date' => format_date($node->created, 'small')))) : array(); $terms = array(); if (module_exist('taxonomy')) { @@ -154,7 +154,7 @@ } function chameleon_comment($comment, $link = "") { - $submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small')))); + $submitted = array(t('By %author on %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small')))); $links = array($link); $output = "
\n";