From 92c1582edb34e4e54d9ed7aa8a6d1e066c8cb868 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 19 Apr 2013 15:02:28 +0200 Subject: [PATCH] Fixing lang var see #6002 --- main/social/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );