diff --git a/js/functions.js b/js/functions.js index 6e81baf95..9015564c4 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1643,7 +1643,7 @@ $(document).ready(function() { $('
') .append(data) .dialog({ - title: top.frame_content.PMA_messages['strCreateTable'], + title: PMA_messages['strCreateTable'], width: 900, buttons : button_options }); // end dialog options @@ -1973,7 +1973,7 @@ $(document).ready(function() { $.get($(this).attr('href'), {'ajax_request': true}, function(data) { $('') .end() .dialog({ - title: top.frame_content.PMA_messages['strAddNewUser'], + title: PMA_messages['strAddNewUser'], width: 800, modal: true, buttons: button_options