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 10:31:58 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-13 10:31:58 +0300
commit58e61e923ebb56fa566498c860e7e2dd23e3b2c0 (patch)
treec8f98f971a23da31e5ea5136ce912fa4e02d9af7 /js/messages.php
parentcbedcdc3f6ab0a191f027410a1df3af6cb20080d (diff)
Confirm before COALESCE as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 8d796a46b2..ea3b6d3141 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -62,6 +62,7 @@ $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)?');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');