Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/pmd
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 09:12:50 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 09:12:50 +0300
commit15a3686fd3ac5f336cb9044a60ca9861ede67325 (patch)
tree81beb8a53acc9cf8a9dd7f5d7be22b511c279934 /js/pmd
parentdd7230cc209837fac06111c0e41dcad33ce0c07e (diff)
Better text for the submit button
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/pmd')
-rw-r--r--js/pmd/history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/pmd/history.js b/js/pmd/history.js
index 356b019324..1246dad72f 100644
--- a/js/pmd/history.js
+++ b/js/pmd/history.js
@@ -789,7 +789,7 @@ function build_query(formtitle, fadin)
button_options[PMA_messages.strClose] = function () {
$(this).dialog("close");
};
- button_options[PMA_messages.strGo] = function () {
+ button_options[PMA_messages.strSubmit] = function () {
if (vqb_editor) {
var $elm = $ajaxDialog.find('textarea');
vqb_editor.save();