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-05-13 16:17:13 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-13 16:17:13 +0300
commit3a52629431a61f9fe85cace604733f984159709c (patch)
treeb24eb0227db357410c305d1cf2cd0b255c7753a3 /js/messages.php
parentfd687aad4b0b99bdfe3809a8be2bf6f29954f26b (diff)
COALESCE does not require confirmation since it does not affect data
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 0710e7e6dd..f91ad72b0a 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -62,7 +62,6 @@ $js_messages['strDropUserWarning'] = __('Do you really want to revoke the select
$js_messages['strDeleteCentralColumnWarning'] = __('Do you really want to delete this central column?');
$js_messages['strDropRTEitems'] = __('Do you really want to delete the selected items?');
$js_messages['strDropPartitionWarning'] = __('Do you really want to DROP the selected partition(s)? This will also DELETE the data related to the selected partition(s)!');
-$js_messages['strCoalescePartitionWarning'] = __('Do you really want to COALESCE %d partition(s)?');
$js_messages['strTruncatePartitionWarning'] = __('Do you really want to TRUNCATE the selected partition(s)?');
/* For modal dialog buttons */