--- sites/all/modules/flag_friend/flag_friend.module	2009-04-13 11:28:39.000000000 +0600
+++ sites/all/modules/flag_friend/flag_friend.module	2009-04-13 11:55:18.000000000 +0600
@@ -201,11 +201,11 @@ function flag_friend_user($op, &$edit, &
 function flag_friend_create_link($type, $uid) {
   $flag = flag_get_flag('friend');
   if ($type == 'unfriend') {
-    $link = str_replace('Approve', 'Deny', str_replace('unflag', 'unfriend', $flag->theme('unflag', $uid)));
+    $link = str_replace(t('Approve'), t('Deny'), str_replace('unflag', 'unfriend', $flag->theme('unflag', $uid)));
     return $link;
   }
   else {
-    $link = str_replace('Approve', 'Deny', $flag->theme('unflag', $uid));
+    $link = str_replace(t('Approve'), t('Deny'), $flag->theme('unflag', $uid));
     return $link;
   }
 }
