--- /Users/test/Desktop/month.module	2007-07-12 17:30:45.000000000 +0300
+++ month.module	2007-12-08 23:27:32.000000000 +0200
@@ -198,7 +198,7 @@ function _month_post_page() {
   if ($month_paginate){
     $output .= theme('pager', NULL, $_month_config['default_nodes_main'], 0);
   }
-  drupal_set_title("Month of " . t(date('F', $query[1])) . ", " . date('Y', $query[1]));
+  drupal_set_title(t("Month of ") . t(date('F', $query[1])) . ", " . date('Y', $query[1]));
   // if there's no output, don't let them stare at a blank page
   $output = $output ? $output : t('Sorry, there are no entries for this month.');
   // return the output string
