Browse Source

Fixing lang var see #6002

Julio Montoya 12 years ago
parent
commit
92c1582edb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/social/profile.php

+ 1 - 1
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 );