--- /sites/all/modules/flag_friend/flag_friend.module	2009-04-13 12:15:33.000000000 +0600
+++ /sites/all/modules/flag_friend/flag_friend.module	2009-04-13 19:41:18.000000000 +0600
@@ -166,7 +166,7 @@ function flag_friend_user($op, &$edit, &
           '#title' => t('Friend notification'),
           '#description' => t('Would you like to be notified when someone wants to be friends with you?'),
           '#multiple' => FALSE,
-          '#options' => array(0 => 'Yes', -1 => 'No'),
+          '#options' => array(0 => t('Yes'), -1 => t('No')),
           '#default_value' => isset($account->friend_notification) ? $account->friend_notification : FLAG_FRIEND_NOTIFICATION,
           '#weight' => -10,
         );
