diff --git a/js/functions.js b/js/functions.js index a8d0678dc..ee894a1a1 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1962,7 +1962,7 @@ $(document).ready(function() { $('
') .append(data) .dialog({ - title: PMA_messages['strCreateTable'], + title: top.frame_content.PMA_messages['strCreateTable'], width: 900, buttons : button_options }); // end dialog options diff --git a/js/server_privileges.js b/js/server_privileges.js index 1a375b094..59801cad2 100755 --- a/js/server_privileges.js +++ b/js/server_privileges.js @@ -150,6 +150,7 @@ $(document).ready(function() { .find("#addUsersForm").append('') .end() .dialog({ + title: top.frame_content.PMA_messages['strAddNewUser'], width: 800, modal: true, buttons: button_options