--- a/sites/default/modules/contrib/forward/forward.module	2011-04-15 11:36:37.998800000 -0500
+++ b/sites/default/modules/contrib/forward/forward.patched	2011-04-15 11:37:40.630800000 -0500
@@ -480,7 +480,7 @@ function forward_page() {
   
   if ($form_state['values']['path'] == 'epostcard') {
     $emailtype = 'postcard';
-    drupal_set_title(check_plain(variable_get('forward_epostcard_title', 'Send an e-Postcard')));
+    drupal_set_title(check_plain(t(variable_get('forward_epostcard_title', 'Send an e-Postcard'))));
   }
   else {
     $emailtype = 'page';
@@ -488,7 +488,7 @@ function forward_page() {
       $cid = '?cid='. $_GET['cid'];
     }
     $form_state['values']['path'] .= $cid;
-    drupal_set_title(check_plain(variable_get('forward_page_title', 'Forward this page')));
+    drupal_set_title(check_plain(t(variable_get('forward_page_title', 'Forward this page'))));
   }
   
   return drupal_get_form('forward_form', $form_state['values']['path'], $node->title);
