Ver Fonte

Fixing lang var see #6002

Julio Montoya há 12 anos atrás
pai
commit
92c1582edb
1 ficheiros alterados com 1 adições e 1 exclusões
  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 );