--- flag_friend.module	2009-06-03 07:02:56.000000000 +0600
+++ flag_friend.module	2009-06-07 14:52:19.000000000 +0600
@@ -529,7 +529,7 @@ function theme_flag_friend_message_email
 
     case FLAG_FRIEND_PENDING:
       // sender added you as a friend
-      $email['subject'] = t('!username added you as a friend !site', array('!username' => $sender->name, '!site' => 'on '. variable_get('site_name', '')));
+      $email['subject'] = t('!username added you as a friend !site', array('!username' => $sender->name, '!site' => variable_get('site_name', '')));
       $email['body'] = t('!firstname added you as a friend on !site. We need to confirm that you know !firstname in order for you to be friends on !site.
 
       To confirm this friend request, follow the link below:
