--- akismet.module	Tue Mar 18 19:09:56 2008
+++ akismet_new.module	Sun May 25 16:23:31 2008
@@ -227,6 +227,6 @@
       if ($content->status) {
-        $links['akismet_node_unpublish'] = array('title' => t('unpublish'), 'href' => 'akismet/node/'. $content->nid .'/unpublish');
+        $links['akismet_node_unpublish'] = array('title' => t('Unpublish'), 'href' => 'akismet/node/'. $content->nid .'/unpublish');
       }
       else {
-        $links['akismet_node_publish'] = array('title' => t('publish'), 'href' => 'akismet/node/'. $content->nid .'/publish');
+        $links['akismet_node_publish'] = array('title' => t('Publish'), 'href' => 'akismet/node/'. $content->nid .'/publish');
       }
@@ -235,6 +235,6 @@
       if (akismet_content_is_spam('node', $content->nid)) {
-        $links['akismet_node_ham'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('submit ham') : t('mark as ham')), 'href' => 'akismet/node/'. $content->nid .'/submit-ham');
+        $links['akismet_node_ham'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('Submit ham') : t('Mark as ham')), 'href' => 'akismet/node/'. $content->nid .'/submit-ham');
       }
       else {
-        $links['akismet_node_spam'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('submit spam') : t('mark as spam')), 'href' => 'akismet/node/'. $content->nid .'/submit-spam');
+        $links['akismet_node_spam'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('Submit spam') : t('Mark as spam')), 'href' => 'akismet/node/'. $content->nid .'/submit-spam');
       }
@@ -245,6 +245,6 @@
       if ($content->status == COMMENT_PUBLISHED) {
-        $links['akismet_comment_unpublish'] = array('title' => t('unpublish'), 'href' => 'akismet/comment/'. $content->cid .'/unpublish');
+        $links['akismet_comment_unpublish'] = array('title' => t('Unpublish'), 'href' => 'akismet/comment/'. $content->cid .'/unpublish');
       }
       else if ($content->status == COMMENT_NOT_PUBLISHED) {
-        $links['akismet_comment_publish'] = array('title' => t('publish'), 'href' => 'akismet/comment/'. $content->cid .'/publish');
+        $links['akismet_comment_publish'] = array('title' => t('Publish'), 'href' => 'akismet/comment/'. $content->cid .'/publish');
       }
@@ -253,6 +253,6 @@
       if (akismet_content_is_spam('comment', $content->cid)) {
-        $links['akismet_comment_ham'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('submit ham') : t('mark as ham')), 'href' => 'akismet/comment/'. $content->cid .'/submit-ham');
+        $links['akismet_comment_ham'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('Submit ham') : t('Mark as ham')), 'href' => 'akismet/comment/'. $content->cid .'/submit-ham');
       }
       else {
-        $links['akismet_comment_spam'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('submit spam') : t('mark as spam')), 'href' => 'akismet/comment/'. $content->cid .'/submit-spam');
+        $links['akismet_comment_spam'] = array('title' => (variable_get('akismet_connection_enabled', 1) ? t('Submit spam') : t('Mark as spam')), 'href' => 'akismet/comment/'. $content->cid .'/submit-spam');
       }
