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>2015-06-04 18:24:13 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-04 18:24:13 +0300
commit4e937d99180ed4f580cc1458bb898ee8028f4543 (patch)
treecd62e79df501101d874f48a18d8518a1088e4170 /js/messages.php
parent22c45521e728900cf5b71eb560d58f479214c7cb (diff)
Remove support for Shift + Click on function name to apply to all rows in insert/edit page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/messages.php b/js/messages.php
index c26cc47146..99b2c39370 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -423,7 +423,6 @@ $js_messages['strInnerRing'] = __('Inner Ring');
$js_messages['strOuterRing'] = __('Outer Ring');
$js_messages['strAddPoint'] = __('Add a point');
$js_messages['strAddInnerRing'] = __('Add an inner ring');
-$js_messages['strFunctionHint'] = __('Shift + Click on function name to apply to all rows.');
$js_messages['strYes'] = __('Yes');
$js_messages['strCopyEncryptionKey'] = __('Do you want to copy encryption key?');
$js_messages['strEncryptionKey'] = __('Encryption key');