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:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-30 19:34:25 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-31 09:58:41 +0300
commit34720c2365d0b198fa6e2e2b988a3dc7d7945d5a (patch)
treeafbd108da85912a8d8b58b46a374ba4a5852b1e6 /js/messages.php
parent5fb0a85197a141bb6e08df33e85dc92f84830c0b (diff)
Disable foreign key checks in SQL query box and config option
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/messages.php b/js/messages.php
index 81a58304d5..c26cc47146 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -300,10 +300,10 @@ $js_messages['strCopyingDatabase'] = __('Copying Database');
$js_messages['strChangingCharset'] = __('Changing Charset');
$js_messages['strNo'] = __('No');
+/* For Foreign key checks */
+$js_messages['strForeignKeyCheck'] = __('Enable foreign key checks');
+
/* For db_stucture.js */
-$js_messages['strForeignKeyCheck'] = __('Foreign key check:');
-$js_messages['strForeignKeyCheckEnabled'] = __('(Enabled)');
-$js_messages['strForeignKeyCheckDisabled'] = __('(Disabled)');
$js_messages['strErrorRealRowCount'] = __('Failed to get real row count.');
/* For db_search.js */