--- user_relationships_forms.inc	2008-03-14 07:10:26.000000000 +0100
+++ user_relationships_forms-new.inc	2008-12-20 14:36:46.000000000 +0100
@@ -244,14 +244,16 @@ function user_relationships_pending_requ
     '#type'   => 'value',
     '#value'  => $viewed_id
   );
+  
+  
 
   $output = confirm_form(
     $form,
-    t('@action relationship', array('@action' => ucfirst($action))),
+    t('@action relationship', array('@action' => ucfirst(t($action)))),
     ($viewed_id == $user->id ? 'relationships/requests' : "user/{$viewed_id}/relationships/requests"),
-
+    
     t("Are you sure you want to @action the request to create a %relationship_name relationship to !name?", array(
-      '@action'             => $action,
+      '@action'             => t($action),
       '%relationship_name'  => $relationship->name,
       '!name'               => theme('username', user_load(array('uid' => ($viewed_id == $relationship->requester_id ? $relationship->requestee_id : $relationship->requester_id))))
     )),
