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
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-12-22 13:32:40 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-12-22 13:32:40 +0300
commit05a75cdae93c30bdfd6f89397322c6efa9b1c6f5 (patch)
tree62b3f090b64c8a3d7a82263b90e4b90be18671ff /js/console.js
parentf6165c649f19fa04824c76a69170ad41d84c0cf3 (diff)
Fix comment
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/console.js')
-rw-r--r--js/console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/console.js b/js/console.js
index 2675742a86..ce84930ca0 100644
--- a/js/console.js
+++ b/js/console.js
@@ -588,7 +588,7 @@ var PMA_consoleInput = {
},
/**
* Mousedown event handler for bind to input
- * Shortcut is ESC key
+ * Shortcut is Ctrl+Enter key
*
* @return void
*/