diff --git a/main/social/profile.php b/main/social/profile.php index c08eee4f26..093b2e0283 100644 --- a/main/social/profile.php +++ b/main/social/profile.php @@ -86,7 +86,7 @@ function send_message_to_user(user_id) { modal:true, height:350, buttons: { - "'. addslashes(get_lang('Sent')).'": function() { + "'. addslashes(get_lang('Send')).'": function() { var bValid = true; bValid = bValid && checkLength( subject, "subject", 1, 255 ); bValid = bValid && checkLength( content, "content", 1, 255 );