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:
authorDeven Bansod <devenbansod@users.noreply.github.com>2015-02-24 21:48:06 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-02-25 16:47:56 +0300
commit4e8743ae801058a13d5f3927167d4911bb26c79f (patch)
tree2e7aafffd19898f52120f91ddefaf5ed50ce0735 /js/messages.php
parent127ba15547a6c2c347227d0fb1af6db7d4a80549 (diff)
Add a tool tip explaining the Lock symbol while page lock | Feat Req 1607
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index c6858fab26..42df7d42d6 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -398,6 +398,12 @@ $js_messages['strYes'] = __('Yes');
$js_messages['strCopyEncryptionKey'] = __('Do you want to copy encryption key?');
$js_messages['strEncryptionKey'] = __('Encryption key');
+/* For Lock symbol Tooltip */
+$js_messages['strLockToolTip'] = __(
+ 'Indicates that you have made changes to this page;'
+ . ' you will be prompted for confirmation before abandoning changes'
+);
+
/* Designer (js/pmd/move.js) */
$js_messages['strSelectReferencedKey'] = __('Select referenced key');
$js_messages['strSelectForeignKey'] = __('Select Foreign Key');